Html Css Color HEX #402084 Windsor

📋 copy color: '#402084'

red 64 ◦ green 32 ◦ blue 132

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

Shades of Windsor #402084

Tints of Windsor #402084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.89%

R = 28.07%
G = 14.04%
B = 57.89%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402084 (or 0x402084) is known color: Windsor. HEX triplet: 40, 20 and 84. RGB value is (64,32,132). Sum of RGB (Red+Green+Blue) = 64+32+132=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #402084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402084 is #BFDF7B. Grayscale: #343434. Windows color (decimal): -12574588 or 8659008. OLE color: 8659008.

HSL color Cylindrical-coordinate representation of color #402084: hue angle of 259.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402084 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 32 132 -
CMYK 0.52 0.76 0 0.48
HSL 259.2º 0.61% 0.32% -
HSV(B) 259.2º 0.76% 0.52% -
XYZ 6.8 3.79 22.2 -
YUV 52.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 64 32 132 0.52 0.76 0 0.48 259.2 0.61 0.32
Hex 40 20 84 34 4C 0 30 103 3D 20
Octal 100 40 204 64 114 0 60 403 75 40
Binary 1000000 100000 10000100 110100 1001100 0 110000 100000011 111101 100000

Color Harmonies of #402084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402084

Black with #402084

Text Example


Text Example

White with #402084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402084; }

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

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

background-color css

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

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

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

border-color css

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

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

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