Html Css Color HEX #412976 Windsor

📋 copy color: '#412976'

red 65 ◦ green 41 ◦ blue 118

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

Shades of Windsor #412976

Tints of Windsor #412976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 29.02%
G = 18.3%
B = 52.68%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412976 (or 0x412976) is known color: Windsor. HEX triplet: 41, 29 and 76. RGB value is (65,41,118). Sum of RGB (Red+Green+Blue) = 65+41+118=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #412976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412976 is #BED689. Grayscale: #383838. Windows color (decimal): -12506762 or 7743809. OLE color: 7743809.

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

Color convert

RGB 65 41 118 -
CMYK 0.45 0.65 0 0.54
HSL 258.7º 0.48% 0.31% -
HSV(B) 258.7º 0.65% 0.46% -
XYZ 6.24 4.02 17.59 -
YUV 56.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 65 41 118 0.45 0.65 0 0.54 258.7 0.48 0.31
Hex 41 29 76 2D 41 0 36 103 30 1F
Octal 101 51 166 55 101 0 66 403 60 37
Binary 1000001 101001 1110110 101101 1000001 0 110110 100000011 110000 11111

Color Harmonies of #412976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412976

Black with #412976

Text Example


Text Example

White with #412976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412976; }

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

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

background-color css

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

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

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

border-color css

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

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

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