#4A217C

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

Shades of Windsor #4A217C

Tints of Windsor #4A217C

Color information

#4A217C (or 0x4A217C) is unknown color: approx Windsor. HEX triplet: 4A, 21 and 7C. RGB value is (74,33,124). Sum of RGB (Red+Green+Blue) = 74+33+124=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A217C is #B5DE83. Grayscale: #373737. Windows color (decimal): -11918980 or 8134986. OLE color: 8134986.

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

Color convert

RGB7433124-
CMYK0.400.7300.51
HSL267.03º57.96%30.78%-
HSV(B)267.03º73.39%48.63%-
XYZ7.01419.47-
YUV55.63166.58141.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=32.03%
G=14.29%
B=53.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74331240.400.7300.51267.0357.9630.78
Hex4A217C284903310b3a1f
Octal11241174501110634137237
Binary100101010000111111001010001001001011001110000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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