Html Css Color HEX #402070 Windsor

📋 copy color: '#402070'

red 64 ◦ green 32 ◦ blue 112

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

Shades of Windsor #402070

Tints of Windsor #402070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 30.77%
G = 15.38%
B = 53.85%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402070 (or 0x402070) is known color: Windsor. HEX triplet: 40, 20 and 70. RGB value is (64,32,112). Sum of RGB (Red+Green+Blue) = 64+32+112=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #402070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402070 is #BFDF8F. Grayscale: #323232. Windows color (decimal): -12574608 or 7348288. OLE color: 7348288.

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

Color convert

RGB 64 32 112 -
CMYK 0.43 0.71 0 0.56
HSL 264º 0.56% 0.28% -
HSV(B) 264º 0.71% 0.44% -
XYZ 5.56 3.29 15.67 -
YUV 50.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 64 32 112 0.43 0.71 0 0.56 264 0.56 0.28
Hex 40 20 70 2B 47 0 38 108 38 1C
Octal 100 40 160 53 107 0 70 410 70 34
Binary 1000000 100000 1110000 101011 1000111 0 111000 100001000 111000 11100

Color Harmonies of #402070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402070

Black with #402070

Text Example


Text Example

White with #402070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402070; }

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

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

background-color css

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

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

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

border-color css

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

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

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