Html Css Color HEX #402871 Windsor

📋 copy color: '#402871'

red 64 ◦ green 40 ◦ blue 113

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

Shades of Windsor #402871

Tints of Windsor #402871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 29.49%
G = 18.43%
B = 52.07%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402871 (or 0x402871) is known color: Windsor. HEX triplet: 40, 28 and 71. RGB value is (64,40,113). Sum of RGB (Red+Green+Blue) = 64+40+113=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #402871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402871 is #BFD78E. Grayscale: #373737. Windows color (decimal): -12572559 or 7415872. OLE color: 7415872.

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

Color convert

RGB 64 40 113 -
CMYK 0.43 0.65 0 0.56
HSL 259.73º 0.48% 0.3% -
HSV(B) 259.73º 0.65% 0.44% -
XYZ 5.85 3.8 16.05 -
YUV 55.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 64 40 113 0.43 0.65 0 0.56 259.73 0.48 0.3
Hex 40 28 71 2B 41 0 38 104 30 1E
Octal 100 50 161 53 101 0 70 404 60 36
Binary 1000000 101000 1110001 101011 1000001 0 111000 100000100 110000 11110

Color Harmonies of #402871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402871

Black with #402871

Text Example


Text Example

White with #402871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402871; }

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

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

background-color css

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

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

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

border-color css

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

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

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