#402584

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

Shades of Windsor #402584

Tints of Windsor #402584

Color information

#402584 (or 0x402584) is unknown color: approx Windsor. HEX triplet: 40, 25 and 84. RGB value is (64,37,132). Sum of RGB (Red+Green+Blue) = 64+37+132=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #402584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402584 is #BFDA7B. Grayscale: #373737. Windows color (decimal): -12573308 or 8660288. OLE color: 8660288.

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

Color convert

RGB6437132-
CMYK0.520.7200.48
HSL257.05º56.21%33.14%-
HSV(B)257.05º71.97%51.76%-
XYZ6.944.0822.25-
YUV55.9170.95133.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=27.47%
G=15.88%
B=56.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64371320.520.7200.48257.0556.2133.14
Hex40258434480301013821
Octal10045204641100604017041
Binary10000001001011000010011010010010000110000100000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402584; }

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

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

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

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

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

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

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

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