Html Css Color HEX #402580 Windsor

📋 copy color: '#402580'

red 64 ◦ green 37 ◦ blue 128

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

Shades of Windsor #402580

Tints of Windsor #402580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 27.95%
G = 16.16%
B = 55.9%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402580 (or 0x402580) is known color: Windsor. HEX triplet: 40, 25 and 80. RGB value is (64,37,128). Sum of RGB (Red+Green+Blue) = 64+37+128=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #402580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402580 is #BFDA7F. Grayscale: #373737. Windows color (decimal): -12573312 or 8398144. OLE color: 8398144.

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

Color convert

RGB 64 37 128 -
CMYK 0.5 0.71 0 0.50
HSL 257.8º 0.55% 0.32% -
HSV(B) 257.8º 0.71% 0.5% -
XYZ 6.67 3.97 20.84 -
YUV 55.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 64 37 128 0.5 0.71 0 0.50 257.8 0.55 0.32
Hex 40 25 80 32 47 0 32 102 37 20
Octal 100 45 200 62 107 0 62 402 67 40
Binary 1000000 100101 10000000 110010 1000111 0 110010 100000010 110111 100000

Color Harmonies of #402580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402580

Black with #402580

Text Example


Text Example

White with #402580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402580; }

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

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

background-color css

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

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

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

border-color css

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

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

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