#4A217D

Color #4A217D Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4A217D

Tints of Windsor #4A217D

Color information

#4A217D (or 0x4A217D) is unknown color: approx Windsor. HEX triplet: 4A, 21 and 7D. RGB value is (74,33,125). Sum of RGB (Red+Green+Blue) = 74+33+125=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A217D is #B5DE82. Grayscale: #373737. Windows color (decimal): -11918979 or 8200522. OLE color: 8200522.

HSL color Cylindrical-coordinate representation of color #4A217D: hue angle of 266.74º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A217D is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7433125-
CMYK0.410.7400.51
HSL266.74º58.23%30.98%-
HSV(B)266.74º73.6%49.02%-
XYZ7.074.0219.81-
YUV55.75167.08141.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=31.90%
G=14.22%
B=53.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74331250.410.7400.51266.7458.2330.98
Hex4A217D294A03310b3a1f
Octal11241175511120634137237
Binary100101010000111111011010011001010011001110000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A217D; }

 p { color: rgb(74,33,125); }

 H1.HeaderClassName
 {
   color: #4A217D;
 }
 .AnyTagClassName
 {
   color: #4A217D;
 }
</style>
background-color css

<style>
 a { background-color: #4A217D; }

 a { background-color: rgb(74,33,125); }

 div.DivClassName
 {
   background-color: #4A217D;
 }
 .BgClassName
 {
   background-color: #4A217D;
 }
</style>
border-color css

<style>
 span { border-color: #4A217D; }

 span { border-color: rgb(74,33,125); }

 td.TdClassName
 {
   border-color: #4A217D;
 }
 .TagClassName
 {
   border-color: #4A217D;
 }
</style>