Html Css Color HEX #402090 Windsor

📋 copy color: '#402090'

red 64 ◦ green 32 ◦ blue 144

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

Shades of Windsor #402090

Tints of Windsor #402090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 144 (56.64% from 255) = 60%

R = 26.67%
G = 13.33%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#402090 (or 0x402090) is known color: Windsor. HEX triplet: 40, 20 and 90. RGB value is (64,32,144). Sum of RGB (Red+Green+Blue) = 64+32+144=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #402090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402090 is #BFDF6F. Grayscale: #353535. Windows color (decimal): -12574576 or 9445440. OLE color: 9445440.

HSL color Cylindrical-coordinate representation of color #402090: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402090 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 32 144 -
CMYK 0.56 0.78 0 0.44
HSL 257.14º 0.64% 0.35% -
HSV(B) 257.14º 0.78% 0.56% -
XYZ 7.66 4.14 26.78 -
YUV 54.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 64 32 144 0.56 0.78 0 0.44 257.14 0.64 0.35
Hex 40 20 90 38 4E 0 2C 101 40 23
Octal 100 40 220 70 116 0 54 401 100 43
Binary 1000000 100000 10010000 111000 1001110 0 101100 100000001 1000000 100011

Color Harmonies of #402090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402090

Black with #402090

Text Example


Text Example

White with #402090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402090; }

 p { color: rgb(64,32,144); }

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

background-color css

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

 a { background-color: rgb(64,32,144); }

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

border-color css

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

 span { border-color: rgb(64,32,144); }

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