#402173

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

Shades of Windsor #402173

Tints of Windsor #402173

Color information

#402173 (or 0x402173) is unknown color: approx Windsor. HEX triplet: 40, 21 and 73. RGB value is (64,33,115). Sum of RGB (Red+Green+Blue) = 64+33+115=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #402173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402173 is #BFDE8C. Grayscale: #333333. Windows color (decimal): -12574349 or 7545152. OLE color: 7545152.

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

Color convert

RGB6433115-
CMYK0.440.7100.55
HSL262.68º55.41%29.02%-
HSV(B)262.68º71.3%45.1%-
XYZ5.753.4216.58-
YUV51.62163.77136.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=30.19%
G=15.57%
B=54.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64331150.440.7100.55262.6855.4129.02
Hex4021732C47037107371d
Octal10041163541070674076735
Binary100000010000111100111011001000111011011110000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402173; }

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

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

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

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

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

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

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

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