#402085

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

Shades of Windsor #402085

Tints of Windsor #402085

Color information

#402085 (or 0x402085) is unknown color: approx Windsor. HEX triplet: 40, 20 and 85. RGB value is (64,32,133). Sum of RGB (Red+Green+Blue) = 64+32+133=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #402085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402085 is #BFDF7A. Grayscale: #343434. Windows color (decimal): -12574587 or 8724544. OLE color: 8724544.

HSL color Cylindrical-coordinate representation of color #402085: hue angle of 259.01º 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 #402085 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6432133-
CMYK0.520.7600.48
HSL259.01º61.21%32.35%-
HSV(B)259.01º75.94%52.16%-
XYZ6.863.8222.57-
YUV53.08173.1135.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=27.95%
G=13.97%
B=58.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64321330.520.7600.48259.0161.2132.35
Hex402085344C0301033d20
Octal10040205641140604037540
Binary10000001000001000010111010010011000110000100000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402085; }

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

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

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

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

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

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

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

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