Html Css Color HEX #412776 Windsor

📋 copy color: '#412776'

red 65 ◦ green 39 ◦ blue 118

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

Shades of Windsor #412776

Tints of Windsor #412776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 29.28%
G = 17.57%
B = 53.15%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412776 (or 0x412776) is known color: Windsor. HEX triplet: 41, 27 and 76. RGB value is (65,39,118). Sum of RGB (Red+Green+Blue) = 65+39+118=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #412776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412776 is #BED889. Grayscale: #373737. Windows color (decimal): -12507274 or 7743297. OLE color: 7743297.

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

Color convert

RGB 65 39 118 -
CMYK 0.45 0.67 0 0.54
HSL 259.75º 0.5% 0.31% -
HSV(B) 259.75º 0.67% 0.46% -
XYZ 6.18 3.88 17.56 -
YUV 55.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 65 39 118 0.45 0.67 0 0.54 259.75 0.5 0.31
Hex 41 27 76 2D 43 0 36 104 32 1F
Octal 101 47 166 55 103 0 66 404 62 37
Binary 1000001 100111 1110110 101101 1000011 0 110110 100000100 110010 11111

Color Harmonies of #412776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412776

Black with #412776

Text Example


Text Example

White with #412776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412776; }

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

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

background-color css

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

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

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

border-color css

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

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

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