#402573

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

Shades of Windsor #402573

Tints of Windsor #402573

Color information

#402573 (or 0x402573) is unknown color: approx Windsor. HEX triplet: 40, 25 and 73. RGB value is (64,37,115). Sum of RGB (Red+Green+Blue) = 64+37+115=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #402573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402573 is #BFDA8C. Grayscale: #353535. Windows color (decimal): -12573325 or 7546176. OLE color: 7546176.

HSL color Cylindrical-coordinate representation of color #402573: hue angle of 260.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402573 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6437115-
CMYK0.440.6800.55
HSL260.77º51.32%29.8%-
HSV(B)260.77º67.83%45.1%-
XYZ5.873.6516.61-
YUV53.96162.45135.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=29.63%
G=17.13%
B=53.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64371150.440.6800.55260.7751.3229.8
Hex4025732C44037105331e
Octal10045163541040674056336
Binary100000010010111100111011001000100011011110000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402573; }

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

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

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

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

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

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

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

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