Html Css Color HEX #412A76 Windsor

📋 copy color: '#412A76'

red 65 ◦ green 42 ◦ blue 118

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

Shades of Windsor #412A76

Tints of Windsor #412A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 28.89%
G = 18.67%
B = 52.44%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412A76 (or 0x412A76) is known color: Windsor. HEX triplet: 41, 2A and 76. RGB value is (65,42,118). Sum of RGB (Red+Green+Blue) = 65+42+118=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #412A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A76 is #BED589. Grayscale: #393939. Windows color (decimal): -12506506 or 7744065. OLE color: 7744065.

HSL color Cylindrical-coordinate representation of color #412A76: hue angle of 258.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #412A76 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 42 118 -
CMYK 0.45 0.64 0 0.54
HSL 258.16º 0.48% 0.31% -
HSV(B) 258.16º 0.64% 0.46% -
XYZ 6.28 4.09 17.6 -
YUV 57.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 65 42 118 0.45 0.64 0 0.54 258.16 0.48 0.31
Hex 41 2A 76 2D 40 0 36 102 30 1F
Octal 101 52 166 55 100 0 66 402 60 37
Binary 1000001 101010 1110110 101101 1000000 0 110110 100000010 110000 11111

Color Harmonies of #412A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A76

Black with #412A76

Text Example


Text Example

White with #412A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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