Html Css Color HEX #412E71 Windsor

📋 copy color: '#412E71'

red 65 ◦ green 46 ◦ blue 113

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

Shades of Windsor #412E71

Tints of Windsor #412E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 29.02%
G = 20.54%
B = 50.45%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412E71 (or 0x412E71) is known color: Windsor. HEX triplet: 41, 2E and 71. RGB value is (65,46,113). Sum of RGB (Red+Green+Blue) = 65+46+113=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #412E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E71 is #BED18E. Grayscale: #3B3B3B. Windows color (decimal): -12505487 or 7417409. OLE color: 7417409.

HSL color Cylindrical-coordinate representation of color #412E71: hue angle of 257.01º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412E71 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 46 113 -
CMYK 0.42 0.59 0 0.56
HSL 257.01º 0.42% 0.31% -
HSV(B) 257.01º 0.59% 0.44% -
XYZ 6.14 4.27 16.12 -
YUV 59.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 65 46 113 0.42 0.59 0 0.56 257.01 0.42 0.31
Hex 41 2E 71 2A 3B 0 38 101 2A 1F
Octal 101 56 161 52 73 0 70 401 52 37
Binary 1000001 101110 1110001 101010 111011 0 111000 100000001 101010 11111

Color Harmonies of #412E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E71

Black with #412E71

Text Example


Text Example

White with #412E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,113); }

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

background-color css

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

 a { background-color: rgb(65,46,113); }

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

border-color css

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

 span { border-color: rgb(65,46,113); }

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