#402370

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

Shades of Windsor #402370

Tints of Windsor #402370

Color information

#402370 (or 0x402370) is unknown color: approx Windsor. HEX triplet: 40, 23 and 70. RGB value is (64,35,112). Sum of RGB (Red+Green+Blue) = 64+35+112=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #402370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402370 is #BFDC8F. Grayscale: #343434. Windows color (decimal): -12573840 or 7349056. OLE color: 7349056.

HSL color Cylindrical-coordinate representation of color #402370: hue angle of 262.6º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402370 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6435112-
CMYK0.430.6900.56
HSL262.6º52.38%28.82%-
HSV(B)262.6º68.75%43.92%-
XYZ5.643.4615.7-
YUV52.45161.61136.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=30.33%
G=16.59%
B=53.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64351120.430.6900.56262.652.3828.82
Hex4023702B45038107341d
Octal10043160531050704076435
Binary100000010001111100001010111000101011100010000011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402370; }

 p { color: rgb(64,35,112); }

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

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

 a { background-color: rgb(64,35,112); }

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

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

 span { border-color: rgb(64,35,112); }

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