Html Css Color HEX #402071 Windsor

📋 copy color: '#402071'

red 64 ◦ green 32 ◦ blue 113

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

Shades of Windsor #402071

Tints of Windsor #402071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 30.62%
G = 15.31%
B = 54.07%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402071 (or 0x402071) is known color: Windsor. HEX triplet: 40, 20 and 71. RGB value is (64,32,113). Sum of RGB (Red+Green+Blue) = 64+32+113=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #402071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402071 is #BFDF8E. Grayscale: #323232. Windows color (decimal): -12574607 or 7413824. OLE color: 7413824.

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

Color convert

RGB 64 32 113 -
CMYK 0.43 0.72 0 0.56
HSL 263.7º 0.56% 0.28% -
HSV(B) 263.7º 0.72% 0.44% -
XYZ 5.61 3.32 15.97 -
YUV 50.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 64 32 113 0.43 0.72 0 0.56 263.7 0.56 0.28
Hex 40 20 71 2B 48 0 38 108 38 1C
Octal 100 40 161 53 110 0 70 410 70 34
Binary 1000000 100000 1110001 101011 1001000 0 111000 100001000 111000 11100

Color Harmonies of #402071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402071

Black with #402071

Text Example


Text Example

White with #402071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402071; }

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

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

background-color css

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

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

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

border-color css

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

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

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