#403075

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

Shades of Windsor #403075

Tints of Windsor #403075

Color information

#403075 (or 0x403075) is unknown color: approx Windsor. HEX triplet: 40, 30 and 75. RGB value is (64,48,117). Sum of RGB (Red+Green+Blue) = 64+48+117=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #403075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403075 is #BFCF8A. Grayscale: #3C3C3C. Windows color (decimal): -12570507 or 7680064. OLE color: 7680064.

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

Color convert

RGB6448117-
CMYK0.450.5900.54
HSL253.91º41.82%32.35%-
HSV(B)253.91º58.97%45.88%-
XYZ6.384.4917.36-
YUV60.65159.8130.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=27.95%
G=20.96%
B=51.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64481170.450.5900.54253.9141.8232.35
Hex4030752D3B036fe2a20
Octal1006016555730663765240
Binary10000001100001110101101101111011011011011111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403075; }

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

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

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

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

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

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

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

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