Html Css Color HEX #402873 Windsor

📋 copy color: '#402873'

red 64 ◦ green 40 ◦ blue 115

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

Shades of Windsor #402873

Tints of Windsor #402873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 29.22%
G = 18.26%
B = 52.51%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402873 (or 0x402873) is known color: Windsor. HEX triplet: 40, 28 and 73. RGB value is (64,40,115). Sum of RGB (Red+Green+Blue) = 64+40+115=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #402873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402873 is #BFD78C. Grayscale: #373737. Windows color (decimal): -12572557 or 7546944. OLE color: 7546944.

HSL color Cylindrical-coordinate representation of color #402873: hue angle of 259.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402873 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 40 115 -
CMYK 0.44 0.65 0 0.55
HSL 259.2º 0.48% 0.3% -
HSV(B) 259.2º 0.65% 0.45% -
XYZ 5.97 3.85 16.65 -
YUV 55.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 64 40 115 0.44 0.65 0 0.55 259.2 0.48 0.3
Hex 40 28 73 2C 41 0 37 103 30 1E
Octal 100 50 163 54 101 0 67 403 60 36
Binary 1000000 101000 1110011 101100 1000001 0 110111 100000011 110000 11110

Color Harmonies of #402873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402873

Black with #402873

Text Example


Text Example

White with #402873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402873; }

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

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

background-color css

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

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

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

border-color css

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

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

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