#422777

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

Shades of Windsor #422777

Tints of Windsor #422777

Color information

#422777 (or 0x422777) is unknown color: approx Windsor. HEX triplet: 42, 27 and 77. RGB value is (66,39,119). Sum of RGB (Red+Green+Blue) = 66+39+119=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #422777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422777 is #BDD888. Grayscale: #373737. Windows color (decimal): -12441737 or 7808834. OLE color: 7808834.

HSL color Cylindrical-coordinate representation of color #422777: hue angle of 260.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422777 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6639119-
CMYK0.450.6700.53
HSL260.25º50.63%30.98%-
HSV(B)260.25º67.23%46.67%-
XYZ6.33.9417.88-
YUV56.19163.45135-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=29.46%
G=17.41%
B=53.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66391190.450.6700.53260.2550.6330.98
Hex4227772D43035104331f
Octal10247167551030654046337
Binary100001010011111101111011011000011011010110000010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422777; }

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

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

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

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

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

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

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

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