#412B88

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

Shades of Windsor #412B88

Tints of Windsor #412B88

Color information

#412B88 (or 0x412B88) is unknown color: approx Windsor. HEX triplet: 41, 2B and 88. RGB value is (65,43,136). Sum of RGB (Red+Green+Blue) = 65+43+136=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #412B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B88 is #BED477. Grayscale: #3B3B3B. Windows color (decimal): -12506232 or 8923969. OLE color: 8923969.

HSL color Cylindrical-coordinate representation of color #412B88: hue angle of 254.19º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412B88 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6543136-
CMYK0.520.6800.47
HSL254.19º51.96%35.1%-
HSV(B)254.19º68.38%53.33%-
XYZ7.494.6323.79-
YUV60.18170.79131.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=26.64%
G=17.62%
B=55.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65431360.520.6800.47254.1951.9635.1
Hex412B88344402Ffe3423
Octal10153210641040573766443
Binary1000001101011100010001101001000100010111111111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B88; }

 p { color: rgb(65,43,136); }

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

<style>
 a { background-color: #412B88; }

 a { background-color: rgb(65,43,136); }

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

<style>
 span { border-color: #412B88; }

 span { border-color: rgb(65,43,136); }

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