#41218B

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

Shades of Windsor #41218B

Tints of Windsor #41218B

Color information

#41218B (or 0x41218B) is unknown color: approx Windsor. HEX triplet: 41, 21 and 8B. RGB value is (65,33,139). Sum of RGB (Red+Green+Blue) = 65+33+139=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #41218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41218B is #BEDE74. Grayscale: #363636. Windows color (decimal): -12508789 or 9118017. OLE color: 9118017.

HSL color Cylindrical-coordinate representation of color #41218B: hue angle of 258.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41218B is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6533139-
CMYK0.530.7600.45
HSL258.11º61.63%33.73%-
HSV(B)258.11º76.26%54.51%-
XYZ7.384.0824.82-
YUV54.65175.6135.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=27.43%
G=13.92%
B=58.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65331390.530.7600.45258.1161.6333.73
Hex41218B354C02D1023e22
Octal10141213651140554027642
Binary10000011000011000101111010110011000101101100000010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41218B; }

 p { color: rgb(65,33,139); }

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

<style>
 a { background-color: #41218B; }

 a { background-color: rgb(65,33,139); }

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

<style>
 span { border-color: #41218B; }

 span { border-color: rgb(65,33,139); }

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