#422770

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

Shades of Windsor #422770

Tints of Windsor #422770

Color information

#422770 (or 0x422770) is unknown color: approx Windsor. HEX triplet: 42, 27 and 70. RGB value is (66,39,112). Sum of RGB (Red+Green+Blue) = 66+39+112=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #422770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422770 is #BDD88F. Grayscale: #373737. Windows color (decimal): -12441744 or 7350082. OLE color: 7350082.

HSL color Cylindrical-coordinate representation of color #422770: hue angle of 262.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #422770 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6639112-
CMYK0.410.6500.56
HSL262.19º48.34%29.61%-
HSV(B)262.19º65.18%43.92%-
XYZ5.93.7815.75-
YUV55.4159.95135.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=30.41%
G=17.97%
B=51.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66391120.410.6500.56262.1948.3429.61
Hex4227702941038106301e
Octal10247160511010704066036
Binary100001010011111100001010011000001011100010000011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422770; }

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

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

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

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

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

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

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

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