Html Css Color HEX #402877 Windsor

📋 copy color: '#402877'

red 64 ◦ green 40 ◦ blue 119

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

Shades of Windsor #402877

Tints of Windsor #402877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 28.7%
G = 17.94%
B = 53.36%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402877 (or 0x402877) is known color: Windsor. HEX triplet: 40, 28 and 77. RGB value is (64,40,119). Sum of RGB (Red+Green+Blue) = 64+40+119=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #402877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402877 is #BFD788. Grayscale: #373737. Windows color (decimal): -12572553 or 7809088. OLE color: 7809088.

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

Color convert

RGB 64 40 119 -
CMYK 0.46 0.66 0 0.53
HSL 258.23º 0.5% 0.31% -
HSV(B) 258.23º 0.66% 0.47% -
XYZ 6.2 3.94 17.89 -
YUV 56.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 64 40 119 0.46 0.66 0 0.53 258.23 0.5 0.31
Hex 40 28 77 2E 42 0 35 102 32 1F
Octal 100 50 167 56 102 0 65 402 62 37
Binary 1000000 101000 1110111 101110 1000010 0 110101 100000010 110010 11111

Color Harmonies of #402877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402877

Black with #402877

Text Example


Text Example

White with #402877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402877; }

 p { color: rgb(64,40,119); }

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

background-color css

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

 a { background-color: rgb(64,40,119); }

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

border-color css

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

 span { border-color: rgb(64,40,119); }

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