Html Css Color HEX #412A71 Windsor

📋 copy color: '#412A71'

red 65 ◦ green 42 ◦ blue 113

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

Shades of Windsor #412A71

Tints of Windsor #412A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

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

R = 29.55%
G = 19.09%
B = 51.36%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412A71 (or 0x412A71) is known color: Windsor. HEX triplet: 41, 2A and 71. RGB value is (65,42,113). Sum of RGB (Red+Green+Blue) = 65+42+113=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #412A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A71 is #BED58E. Grayscale: #383838. Windows color (decimal): -12506511 or 7416385. OLE color: 7416385.

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

Color convert

RGB 65 42 113 -
CMYK 0.42 0.63 0 0.56
HSL 259.44º 0.46% 0.3% -
HSV(B) 259.44º 0.63% 0.44% -
XYZ 5.99 3.97 16.07 -
YUV 56.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 65 42 113 0.42 0.63 0 0.56 259.44 0.46 0.3
Hex 41 2A 71 2A 3F 0 38 103 2E 1E
Octal 101 52 161 52 77 0 70 403 56 36
Binary 1000001 101010 1110001 101010 111111 0 111000 100000011 101110 11110

Color Harmonies of #412A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A71

Black with #412A71

Text Example


Text Example

White with #412A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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