#402273

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

Shades of Windsor #402273

Tints of Windsor #402273

Color information

#402273 (or 0x402273) is unknown color: approx Windsor. HEX triplet: 40, 22 and 73. RGB value is (64,34,115). Sum of RGB (Red+Green+Blue) = 64+34+115=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #402273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402273 is #BFDD8C. Grayscale: #333333. Windows color (decimal): -12574093 or 7545408. OLE color: 7545408.

HSL color Cylindrical-coordinate representation of color #402273: hue angle of 262.22º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402273 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6434115-
CMYK0.440.7000.55
HSL262.22º54.36%29.22%-
HSV(B)262.22º70.43%45.1%-
XYZ5.783.4716.59-
YUV52.2163.44136.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=30.05%
G=15.96%
B=53.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64341150.440.7000.55262.2254.3629.22
Hex4022732C46037106361d
Octal10042163541060674066635
Binary100000010001011100111011001000110011011110000011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402273; }

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

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

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

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

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

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

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

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