#422173

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

Shades of Windsor #422173

Tints of Windsor #422173

Color information

#422173 (or 0x422173) is unknown color: approx Windsor. HEX triplet: 42, 21 and 73. RGB value is (66,33,115). Sum of RGB (Red+Green+Blue) = 66+33+115=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #422173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422173 is #BDDE8C. Grayscale: #333333. Windows color (decimal): -12443277 or 7545154. OLE color: 7545154.

HSL color Cylindrical-coordinate representation of color #422173: hue angle of 264.15º 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 #422173 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6633115-
CMYK0.430.7100.55
HSL264.15º55.41%29.02%-
HSV(B)264.15º71.3%45.1%-
XYZ5.893.4816.58-
YUV52.22163.43137.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=30.84%
G=15.42%
B=53.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66331150.430.7100.55264.1555.4129.02
Hex4221732B47037108371d
Octal10241163531070674106735
Binary100001010000111100111010111000111011011110000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422173; }

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

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

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

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

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

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

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

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