#422773

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

Shades of Windsor #422773

Tints of Windsor #422773

Color information

#422773 (or 0x422773) is unknown color: approx Windsor. HEX triplet: 42, 27 and 73. RGB value is (66,39,115). Sum of RGB (Red+Green+Blue) = 66+39+115=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #422773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422773 is #BDD88C. Grayscale: #373737. Windows color (decimal): -12441741 or 7546690. OLE color: 7546690.

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

Color convert

RGB6639115-
CMYK0.430.6600.55
HSL261.32º49.35%30.2%-
HSV(B)261.32º66.09%45.1%-
XYZ6.073.8516.64-
YUV55.74161.45135.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=30%
G=17.73%
B=52.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66391150.430.6600.55261.3249.3530.2
Hex4227732B42037105311e
Octal10247163531020674056136
Binary100001010011111100111010111000010011011110000010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422773; }

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

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

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

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

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

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

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

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