Html Css Color HEX #402776 Windsor

📋 copy color: '#402776'

red 64 ◦ green 39 ◦ blue 118

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

Shades of Windsor #402776

Tints of Windsor #402776

RGB

 RED value IS 64 (25.39% from 255) = 28.96%

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

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

R = 28.96%
G = 17.65%
B = 53.39%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402776 (or 0x402776) is known color: Windsor. HEX triplet: 40, 27 and 76. RGB value is (64,39,118). Sum of RGB (Red+Green+Blue) = 64+39+118=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #402776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402776 is #BFD889. Grayscale: #373737. Windows color (decimal): -12572810 or 7743296. OLE color: 7743296.

HSL color Cylindrical-coordinate representation of color #402776: hue angle of 258.99º 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 #402776 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 39 118 -
CMYK 0.46 0.67 0 0.54
HSL 258.99º 0.5% 0.31% -
HSV(B) 258.99º 0.67% 0.46% -
XYZ 6.11 3.85 17.56 -
YUV 55.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 64 39 118 0.46 0.67 0 0.54 258.99 0.5 0.31
Hex 40 27 76 2E 43 0 36 103 32 1F
Octal 100 47 166 56 103 0 66 403 62 37
Binary 1000000 100111 1110110 101110 1000011 0 110110 100000011 110010 11111

Color Harmonies of #402776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402776

Black with #402776

Text Example


Text Example

White with #402776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402776; }

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

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

background-color css

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

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

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

border-color css

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

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

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