Html Css Color HEX #402878 Windsor

📋 copy color: '#402878'

red 64 ◦ green 40 ◦ blue 120

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

Shades of Windsor #402878

Tints of Windsor #402878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 28.57%
G = 17.86%
B = 53.57%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402878 (or 0x402878) is known color: Windsor. HEX triplet: 40, 28 and 78. RGB value is (64,40,120). Sum of RGB (Red+Green+Blue) = 64+40+120=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #402878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402878 is #BFD787. Grayscale: #383838. Windows color (decimal): -12572552 or 7874624. OLE color: 7874624.

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

Color convert

RGB 64 40 120 -
CMYK 0.47 0.67 0 0.53
HSL 258º 0.5% 0.31% -
HSV(B) 258º 0.67% 0.47% -
XYZ 6.26 3.96 18.2 -
YUV 56.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 64 40 120 0.47 0.67 0 0.53 258 0.5 0.31
Hex 40 28 78 2F 43 0 35 102 32 1F
Octal 100 50 170 57 103 0 65 402 62 37
Binary 1000000 101000 1111000 101111 1000011 0 110101 100000010 110010 11111

Color Harmonies of #402878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402878

Black with #402878

Text Example


Text Example

White with #402878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402878; }

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

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

background-color css

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

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

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

border-color css

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

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

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