Html Css Color HEX #412B81 Windsor

📋 copy color: '#412B81'

red 65 ◦ green 43 ◦ blue 129

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

Shades of Windsor #412B81

Tints of Windsor #412B81

RGB

 RED value IS 65 (25.78% from 255) = 27.43%

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 129 (50.78% from 255) = 54.43%

R = 27.43%
G = 18.14%
B = 54.43%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412B81 (or 0x412B81) is known color: Windsor. HEX triplet: 41, 2B and 81. RGB value is (65,43,129). Sum of RGB (Red+Green+Blue) = 65+43+129=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #412B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B81 is #BED47E. Grayscale: #3B3B3B. Windows color (decimal): -12506239 or 8465217. OLE color: 8465217.

HSL color Cylindrical-coordinate representation of color #412B81: hue angle of 255.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412B81 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 43 129 -
CMYK 0.50 0.67 0 0.49
HSL 255.35º 0.5% 0.34% -
HSV(B) 255.35º 0.67% 0.51% -
XYZ 7.01 4.44 21.26 -
YUV 59.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 65 43 129 0.50 0.67 0 0.49 255.35 0.5 0.34
Hex 41 2B 81 32 43 0 31 FF 32 22
Octal 101 53 201 62 103 0 61 377 62 42
Binary 1000001 101011 10000001 110010 1000011 0 110001 11111111 110010 100010

Color Harmonies of #412B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B81

Black with #412B81

Text Example


Text Example

White with #412B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #412B81;
 }
 .AnyTagClassName
 {
   color: #412B81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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