#422E73

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

Shades of Windsor #422E73

Tints of Windsor #422E73

Color information

#422E73 (or 0x422E73) is unknown color: approx Windsor. HEX triplet: 42, 2E and 73. RGB value is (66,46,115). Sum of RGB (Red+Green+Blue) = 66+46+115=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #422E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E73 is #BDD18C. Grayscale: #3B3B3B. Windows color (decimal): -12439949 or 7548482. OLE color: 7548482.

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

Color convert

RGB6646115-
CMYK0.430.600.55
HSL257.39º42.86%31.57%-
HSV(B)257.39º60%45.1%-
XYZ6.324.3516.73-
YUV59.85159.13132.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=29.07%
G=20.26%
B=50.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66461150.430.600.55257.3942.8631.57
Hex422E732B3C0371012b20
Octal1025616353740674015340
Binary100001010111011100111010111111000110111100000001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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