#422A73

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

Shades of Windsor #422A73

Tints of Windsor #422A73

Color information

#422A73 (or 0x422A73) is unknown color: approx Windsor. HEX triplet: 42, 2A and 73. RGB value is (66,42,115). Sum of RGB (Red+Green+Blue) = 66+42+115=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #422A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A73 is #BDD58C. Grayscale: #393939. Windows color (decimal): -12440973 or 7547458. OLE color: 7547458.

HSL color Cylindrical-coordinate representation of color #422A73: hue angle of 259.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422A73 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6642115-
CMYK0.430.6300.55
HSL259.73º46.5%30.78%-
HSV(B)259.73º63.48%45.1%-
XYZ6.174.0516.68-
YUV57.5160.45134.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=29.60%
G=18.83%
B=51.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66421150.430.6300.55259.7346.530.78
Hex422A732B3F0371042e1f
Octal1025216353770674045637
Binary10000101010101110011101011111111011011110000010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A73; }

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

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

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

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

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

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

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

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