#402075

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

Shades of Windsor #402075

Tints of Windsor #402075

Color information

#402075 (or 0x402075) is unknown color: approx Windsor. HEX triplet: 40, 20 and 75. RGB value is (64,32,117). Sum of RGB (Red+Green+Blue) = 64+32+117=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #402075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402075 is #BFDF8A. Grayscale: #323232. Windows color (decimal): -12574603 or 7675968. OLE color: 7675968.

HSL color Cylindrical-coordinate representation of color #402075: hue angle of 262.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402075 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6432117-
CMYK0.450.7300.54
HSL262.59º57.05%29.22%-
HSV(B)262.59º72.65%45.88%-
XYZ5.843.4117.18-
YUV51.26165.1137.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=30.05%
G=15.02%
B=54.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64321170.450.7300.54262.5957.0529.22
Hex4020752D49036107391d
Octal10040165551110664077135
Binary100000010000011101011011011001001011011010000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402075; }

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

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

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

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

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

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

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

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