#41208C

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

Shades of Windsor #41208C

Tints of Windsor #41208C

Color information

#41208C (or 0x41208C) is unknown color: approx Windsor. HEX triplet: 41, 20 and 8C. RGB value is (65,32,140). Sum of RGB (Red+Green+Blue) = 65+32+140=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #41208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41208C is #BEDF73. Grayscale: #353535. Windows color (decimal): -12509044 or 9183297. OLE color: 9183297.

HSL color Cylindrical-coordinate representation of color #41208C: hue angle of 258.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41208C is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6532140-
CMYK0.540.7700.45
HSL258.33º62.79%33.73%-
HSV(B)258.33º77.14%54.9%-
XYZ7.434.0525.2-
YUV54.18176.43135.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=27.43%
G=13.50%
B=59.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65321400.540.7700.45258.3362.7933.73
Hex41208C364D02D1023f22
Octal10140214661150554027742
Binary10000011000001000110011011010011010101101100000010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41208C; }

 p { color: rgb(65,32,140); }

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

<style>
 a { background-color: #41208C; }

 a { background-color: rgb(65,32,140); }

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

<style>
 span { border-color: #41208C; }

 span { border-color: rgb(65,32,140); }

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