Html Css Color HEX #402780 Windsor

📋 copy color: '#402780'

red 64 ◦ green 39 ◦ blue 128

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

Shades of Windsor #402780

Tints of Windsor #402780

RGB

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

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

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

R = 27.71%
G = 16.88%
B = 55.41%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402780 (or 0x402780) is known color: Windsor. HEX triplet: 40, 27 and 80. RGB value is (64,39,128). Sum of RGB (Red+Green+Blue) = 64+39+128=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #402780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402780 is #BFD87F. Grayscale: #383838. Windows color (decimal): -12572800 or 8398656. OLE color: 8398656.

HSL color Cylindrical-coordinate representation of color #402780: hue angle of 256.85º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402780 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 39 128 -
CMYK 0.5 0.70 0 0.50
HSL 256.85º 0.53% 0.33% -
HSV(B) 256.85º 0.7% 0.5% -
XYZ 6.74 4.1 20.86 -
YUV 56.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 64 39 128 0.5 0.70 0 0.50 256.85 0.53 0.33
Hex 40 27 80 32 46 0 32 101 35 21
Octal 100 47 200 62 106 0 62 401 65 41
Binary 1000000 100111 10000000 110010 1000110 0 110010 100000001 110101 100001

Color Harmonies of #402780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402780

Black with #402780

Text Example


Text Example

White with #402780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402780; }

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

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

background-color css

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

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

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

border-color css

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

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

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