Html Css Color HEX #402676 Windsor

📋 copy color: '#402676'

red 64 ◦ green 38 ◦ blue 118

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

Shades of Windsor #402676

Tints of Windsor #402676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 29.09%
G = 17.27%
B = 53.64%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402676 (or 0x402676) is known color: Windsor. HEX triplet: 40, 26 and 76. RGB value is (64,38,118). Sum of RGB (Red+Green+Blue) = 64+38+118=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #402676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402676 is #BFD989. Grayscale: #363636. Windows color (decimal): -12573066 or 7743040. OLE color: 7743040.

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

Color convert

RGB 64 38 118 -
CMYK 0.46 0.68 0 0.54
HSL 259.5º 0.51% 0.31% -
HSV(B) 259.5º 0.68% 0.46% -
XYZ 6.08 3.78 17.55 -
YUV 54.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 64 38 118 0.46 0.68 0 0.54 259.5 0.51 0.31
Hex 40 26 76 2E 44 0 36 104 33 1F
Octal 100 46 166 56 104 0 66 404 63 37
Binary 1000000 100110 1110110 101110 1000100 0 110110 100000100 110011 11111

Color Harmonies of #402676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402676

Black with #402676

Text Example


Text Example

White with #402676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402676; }

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

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

background-color css

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

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

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

border-color css

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

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

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