#402484

Color #402484 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #402484

Tints of Windsor #402484

Color information

#402484 (or 0x402484) is unknown color: approx Windsor. HEX triplet: 40, 24 and 84. RGB value is (64,36,132). Sum of RGB (Red+Green+Blue) = 64+36+132=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #402484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402484 is #BFDB7B. Grayscale: #363636. Windows color (decimal): -12573564 or 8660032. OLE color: 8660032.

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

Color convert

RGB6436132-
CMYK0.520.7300.48
HSL257.5º57.14%32.94%-
HSV(B)257.5º72.73%51.76%-
XYZ6.914.0222.24-
YUV55.32171.28134.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=27.59%
G=15.52%
B=56.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64361320.520.7300.48257.557.1432.94
Hex40248434490301023921
Octal10044204641110604027141
Binary10000001001001000010011010010010010110000100000010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402484; }

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

 H1.HeaderClassName
 {
   color: #402484;
 }
 .AnyTagClassName
 {
   color: #402484;
 }
</style>
background-color css

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

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

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

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

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

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