Html Css Color HEX #402771 Windsor

📋 copy color: '#402771'

red 64 ◦ green 39 ◦ blue 113

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

Shades of Windsor #402771

Tints of Windsor #402771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 29.63%
G = 18.06%
B = 52.31%

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

#402771 (or 0x402771) is known color: Windsor. HEX triplet: 40, 27 and 71. RGB value is (64,39,113). Sum of RGB (Red+Green+Blue) = 64+39+113=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #402771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402771 is #BFD88E. Grayscale: #363636. Windows color (decimal): -12572815 or 7415616. OLE color: 7415616.

HSL color Cylindrical-coordinate representation of color #402771: hue angle of 260.27º degrees, saturation: 0.49, 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 #402771 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 39 113 -
CMYK 0.43 0.65 0 0.56
HSL 260.27º 0.49% 0.3% -
HSV(B) 260.27º 0.65% 0.44% -
XYZ 5.82 3.73 16.04 -
YUV 54.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 64 39 113 0.43 0.65 0 0.56 260.27 0.49 0.3
Hex 40 27 71 2B 41 0 38 104 31 1E
Octal 100 47 161 53 101 0 70 404 61 36
Binary 1000000 100111 1110001 101011 1000001 0 111000 100000100 110001 11110

Color Harmonies of #402771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402771

Black with #402771

Text Example


Text Example

White with #402771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402771; }

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

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

background-color css

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

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

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

border-color css

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

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

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