Html Css Color HEX #402988 Windsor

📋 copy color: '#402988'

red 64 ◦ green 41 ◦ blue 136

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

Shades of Windsor #402988

Tints of Windsor #402988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 26.56%
G = 17.01%
B = 56.43%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#402988 (or 0x402988) is known color: Windsor. HEX triplet: 40, 29 and 88. RGB value is (64,41,136). Sum of RGB (Red+Green+Blue) = 64+41+136=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #402988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402988 is #BFD677. Grayscale: #3A3A3A. Windows color (decimal): -12572280 or 8923456. OLE color: 8923456.

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

Color convert

RGB 64 41 136 -
CMYK 0.53 0.70 0 0.47
HSL 254.53º 0.54% 0.35% -
HSV(B) 254.53º 0.7% 0.53% -
XYZ 7.35 4.45 23.76 -
YUV 58.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 64 41 136 0.53 0.70 0 0.47 254.53 0.54 0.35
Hex 40 29 88 35 46 0 2F FF 36 23
Octal 100 51 210 65 106 0 57 377 66 43
Binary 1000000 101001 10001000 110101 1000110 0 101111 11111111 110110 100011

Color Harmonies of #402988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402988

Black with #402988

Text Example


Text Example

White with #402988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402988; }

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

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

background-color css

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

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

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

border-color css

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

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

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