#422778

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

Shades of Windsor #422778

Tints of Windsor #422778

Color information

#422778 (or 0x422778) is unknown color: approx Windsor. HEX triplet: 42, 27 and 78. RGB value is (66,39,120). Sum of RGB (Red+Green+Blue) = 66+39+120=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #422778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422778 is #BDD887. Grayscale: #383838. Windows color (decimal): -12441736 or 7874370. OLE color: 7874370.

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

Color convert

RGB6639120-
CMYK0.450.6700.53
HSL260º50.94%31.18%-
HSV(B)260º67.5%47.06%-
XYZ6.363.9718.2-
YUV56.31163.95134.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=29.33%
G=17.33%
B=53.33%

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
Decimal66391200.450.6700.5326050.9431.18
Hex4227782D43035104331f
Octal10247170551030654046337
Binary100001010011111110001011011000011011010110000010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422778; }

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

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

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

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

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

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

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

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