Html Css Color HEX #412B88 Windsor

📋 copy color: '#412B88'

red 65 ◦ green 43 ◦ blue 136

#412B88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #412B88

Tints of Windsor #412B88

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 value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412B88 (or 0x412B88) is known color: 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

RGB 65 43 136 -
CMYK 0.52 0.68 0 0.47
HSL 254.19º 0.52% 0.35% -
HSV(B) 254.19º 0.68% 0.53% -
XYZ 7.49 4.63 23.79 -
YUV 60.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 65 43 136 0.52 0.68 0 0.47 254.19 0.52 0.35
Hex 41 2B 88 34 44 0 2F FE 34 23
Octal 101 53 210 64 104 0 57 376 64 43
Binary 1000001 101011 10001000 110100 1000100 0 101111 11111110 110100 100011

Color Harmonies of #412B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B88

Black with #412B88

Text Example


Text Example

White with #412B88

Text Example


Text Example

HTML Codes & Css Web 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>