Html Css Color HEX #402076 Windsor

📋 copy color: '#402076'

red 64 ◦ green 32 ◦ blue 118

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

Shades of Windsor #402076

Tints of Windsor #402076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 29.91%
G = 14.95%
B = 55.14%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402076 (or 0x402076) is known color: Windsor. HEX triplet: 40, 20 and 76. RGB value is (64,32,118). Sum of RGB (Red+Green+Blue) = 64+32+118=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #402076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402076 is #BFDF89. Grayscale: #333333. Windows color (decimal): -12574602 or 7741504. OLE color: 7741504.

HSL color Cylindrical-coordinate representation of color #402076: hue angle of 262.33º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402076 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 32 118 -
CMYK 0.46 0.73 0 0.54
HSL 262.33º 0.57% 0.29% -
HSV(B) 262.33º 0.73% 0.46% -
XYZ 5.9 3.43 17.49 -
YUV 51.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 64 32 118 0.46 0.73 0 0.54 262.33 0.57 0.29
Hex 40 20 76 2E 49 0 36 106 39 1D
Octal 100 40 166 56 111 0 66 406 71 35
Binary 1000000 100000 1110110 101110 1001001 0 110110 100000110 111001 11101

Color Harmonies of #402076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402076

Black with #402076

Text Example


Text Example

White with #402076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402076; }

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

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

background-color css

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

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

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

border-color css

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

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

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