Html Css Color HEX #402489 Windsor

📋 copy color: '#402489'

red 64 ◦ green 36 ◦ blue 137

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

Shades of Windsor #402489

Tints of Windsor #402489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 137 (53.91% from 255) = 57.81%

R = 27%
G = 15.19%
B = 57.81%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#402489 (or 0x402489) is known color: Windsor. HEX triplet: 40, 24 and 89. RGB value is (64,36,137). Sum of RGB (Red+Green+Blue) = 64+36+137=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #402489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402489 is #BFDB76. Grayscale: #373737. Windows color (decimal): -12573559 or 8987712. OLE color: 8987712.

HSL color Cylindrical-coordinate representation of color #402489: hue angle of 256.63º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402489 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 36 137 -
CMYK 0.53 0.74 0 0.46
HSL 256.63º 0.58% 0.34% -
HSV(B) 256.63º 0.74% 0.54% -
XYZ 7.26 4.16 24.09 -
YUV 55.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 64 36 137 0.53 0.74 0 0.46 256.63 0.58 0.34
Hex 40 24 89 35 4A 0 2E 101 3A 22
Octal 100 44 211 65 112 0 56 401 72 42
Binary 1000000 100100 10001001 110101 1001010 0 101110 100000001 111010 100010

Color Harmonies of #402489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402489

Black with #402489

Text Example


Text Example

White with #402489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402489; }

 p { color: rgb(64,36,137); }

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

background-color css

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

 a { background-color: rgb(64,36,137); }

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

border-color css

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

 span { border-color: rgb(64,36,137); }

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