Html Css Color HEX #402980 Windsor

📋 copy color: '#402980'

red 64 ◦ green 41 ◦ blue 128

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

Shades of Windsor #402980

Tints of Windsor #402980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 27.47%
G = 17.6%
B = 54.94%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402980 (or 0x402980) is known color: Windsor. HEX triplet: 40, 29 and 80. RGB value is (64,41,128). Sum of RGB (Red+Green+Blue) = 64+41+128=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #402980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402980 is #BFD67F. Grayscale: #393939. Windows color (decimal): -12572288 or 8399168. OLE color: 8399168.

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

Color convert

RGB 64 41 128 -
CMYK 0.5 0.68 0 0.50
HSL 255.86º 0.51% 0.33% -
HSV(B) 255.86º 0.68% 0.5% -
XYZ 6.8 4.23 20.88 -
YUV 57.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 64 41 128 0.5 0.68 0 0.50 255.86 0.51 0.33
Hex 40 29 80 32 44 0 32 100 33 21
Octal 100 51 200 62 104 0 62 400 63 41
Binary 1000000 101001 10000000 110010 1000100 0 110010 100000000 110011 100001

Color Harmonies of #402980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402980

Black with #402980

Text Example


Text Example

White with #402980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402980; }

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

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

background-color css

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

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

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

border-color css

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

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

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