#422877

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

Shades of Windsor #422877

Tints of Windsor #422877

Color information

#422877 (or 0x422877) is unknown color: approx Windsor. HEX triplet: 42, 28 and 77. RGB value is (66,40,119). Sum of RGB (Red+Green+Blue) = 66+40+119=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #422877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422877 is #BDD788. Grayscale: #383838. Windows color (decimal): -12441481 or 7809090. OLE color: 7809090.

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

Color convert

RGB6640119-
CMYK0.450.6600.53
HSL259.75º49.69%31.18%-
HSV(B)259.75º66.39%46.67%-
XYZ6.344.0117.89-
YUV56.78163.11134.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=29.33%
G=17.78%
B=52.89%

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
Decimal66401190.450.6600.53259.7549.6931.18
Hex4228772D42035104321f
Octal10250167551020654046237
Binary100001010100011101111011011000010011010110000010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422877; }

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

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

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

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

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

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

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

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