Html Css Color HEX #402371 Windsor

📋 copy color: '#402371'

red 64 ◦ green 35 ◦ blue 113

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

Shades of Windsor #402371

Tints of Windsor #402371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 30.19%
G = 16.51%
B = 53.3%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402371 (or 0x402371) is known color: Windsor. HEX triplet: 40, 23 and 71. RGB value is (64,35,113). Sum of RGB (Red+Green+Blue) = 64+35+113=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #402371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402371 is #BFDC8E. Grayscale: #343434. Windows color (decimal): -12573839 or 7414592. OLE color: 7414592.

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

Color convert

RGB 64 35 113 -
CMYK 0.43 0.69 0 0.56
HSL 262.31º 0.53% 0.29% -
HSV(B) 262.31º 0.69% 0.44% -
XYZ 5.7 3.48 16 -
YUV 52.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 64 35 113 0.43 0.69 0 0.56 262.31 0.53 0.29
Hex 40 23 71 2B 45 0 38 106 35 1D
Octal 100 43 161 53 105 0 70 406 65 35
Binary 1000000 100011 1110001 101011 1000101 0 111000 100000110 110101 11101

Color Harmonies of #402371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402371

Black with #402371

Text Example


Text Example

White with #402371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402371; }

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

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

background-color css

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

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

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

border-color css

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

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

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