#422977

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

Shades of Windsor #422977

Tints of Windsor #422977

Color information

#422977 (or 0x422977) is unknown color: approx Windsor. HEX triplet: 42, 29 and 77. RGB value is (66,41,119). Sum of RGB (Red+Green+Blue) = 66+41+119=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #422977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422977 is #BDD688. Grayscale: #393939. Windows color (decimal): -12441225 or 7809346. OLE color: 7809346.

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

Color convert

RGB6641119-
CMYK0.450.6600.53
HSL259.23º48.75%31.37%-
HSV(B)259.23º65.55%46.67%-
XYZ6.374.0817.9-
YUV57.37162.78134.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=29.20%
G=18.14%
B=52.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66411190.450.6600.53259.2348.7531.37
Hex4229772D42035103311f
Octal10251167551020654036137
Binary100001010100111101111011011000010011010110000001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422977; }

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

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

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

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

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

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

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

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