Html Css Color HEX #412B72 Windsor

📋 copy color: '#412B72'

red 65 ◦ green 43 ◦ blue 114

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

Shades of Windsor #412B72

Tints of Windsor #412B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 29.28%
G = 19.37%
B = 51.35%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412B72 (or 0x412B72) is known color: Windsor. HEX triplet: 41, 2B and 72. RGB value is (65,43,114). Sum of RGB (Red+Green+Blue) = 65+43+114=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #412B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B72 is #BED48D. Grayscale: #393939. Windows color (decimal): -12506254 or 7482177. OLE color: 7482177.

HSL color Cylindrical-coordinate representation of color #412B72: hue angle of 258.59º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412B72 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 43 114 -
CMYK 0.43 0.62 0 0.55
HSL 258.59º 0.45% 0.31% -
HSV(B) 258.59º 0.62% 0.45% -
XYZ 6.08 4.07 16.38 -
YUV 57.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 65 43 114 0.43 0.62 0 0.55 258.59 0.45 0.31
Hex 41 2B 72 2B 3E 0 37 103 2D 1F
Octal 101 53 162 53 76 0 67 403 55 37
Binary 1000001 101011 1110010 101011 111110 0 110111 100000011 101101 11111

Color Harmonies of #412B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B72

Black with #412B72

Text Example


Text Example

White with #412B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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