Html Css Color HEX #402080 Windsor

📋 copy color: '#402080'

red 64 ◦ green 32 ◦ blue 128

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

Shades of Windsor #402080

Tints of Windsor #402080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.14%

R = 28.57%
G = 14.29%
B = 57.14%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402080 (or 0x402080) is known color: Windsor. HEX triplet: 40, 20 and 80. RGB value is (64,32,128). Sum of RGB (Red+Green+Blue) = 64+32+128=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #402080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402080 is #BFDF7F. Grayscale: #343434. Windows color (decimal): -12574592 or 8396864. OLE color: 8396864.

HSL color Cylindrical-coordinate representation of color #402080: hue angle of 260º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402080 is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 32 128 -
CMYK 0.5 0.75 0 0.50
HSL 260º 0.6% 0.31% -
HSV(B) 260º 0.75% 0.5% -
XYZ 6.53 3.68 20.79 -
YUV 52.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 64 32 128 0.5 0.75 0 0.50 260 0.6 0.31
Hex 40 20 80 32 4B 0 32 104 3C 1F
Octal 100 40 200 62 113 0 62 404 74 37
Binary 1000000 100000 10000000 110010 1001011 0 110010 100000100 111100 11111

Color Harmonies of #402080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402080

Black with #402080

Text Example


Text Example

White with #402080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402080; }

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

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

background-color css

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

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

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

border-color css

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

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

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