Html Css Color HEX #402B80 Windsor

📋 copy color: '#402B80'

red 64 ◦ green 43 ◦ blue 128

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

Shades of Windsor #402B80

Tints of Windsor #402B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 27.23%
G = 18.3%
B = 54.47%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402B80 (or 0x402B80) is known color: Windsor. HEX triplet: 40, 2B and 80. RGB value is (64,43,128). Sum of RGB (Red+Green+Blue) = 64+43+128=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #402B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402B80 is #BFD47F. Grayscale: #3A3A3A. Windows color (decimal): -12571776 or 8399680. OLE color: 8399680.

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

Color convert

RGB 64 43 128 -
CMYK 0.5 0.66 0 0.50
HSL 254.82º 0.5% 0.34% -
HSV(B) 254.82º 0.66% 0.5% -
XYZ 6.87 4.38 20.9 -
YUV 58.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 64 43 128 0.5 0.66 0 0.50 254.82 0.5 0.34
Hex 40 2B 80 32 42 0 32 FF 32 22
Octal 100 53 200 62 102 0 62 377 62 42
Binary 1000000 101011 10000000 110010 1000010 0 110010 11111111 110010 100010

Color Harmonies of #402B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B80

Black with #402B80

Text Example


Text Example

White with #402B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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