#422779

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

Shades of Windsor #422779

Tints of Windsor #422779

Color information

#422779 (or 0x422779) is unknown color: approx Windsor. HEX triplet: 42, 27 and 79. RGB value is (66,39,121). Sum of RGB (Red+Green+Blue) = 66+39+121=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #422779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422779 is #BDD886. Grayscale: #383838. Windows color (decimal): -12441735 or 7939906. OLE color: 7939906.

HSL color Cylindrical-coordinate representation of color #422779: hue angle of 259.76º 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 #422779 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6639121-
CMYK0.450.6800.53
HSL259.76º51.25%31.37%-
HSV(B)259.76º67.77%47.45%-
XYZ6.423.9918.52-
YUV56.42164.45134.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=29.20%
G=17.26%
B=53.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66391210.450.6800.53259.7651.2531.37
Hex4227792D44035104331f
Octal10247171551040654046337
Binary100001010011111110011011011000100011010110000010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422779; }

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

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

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

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

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

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

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

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