#422677

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

Shades of Windsor #422677

Tints of Windsor #422677

Color information

#422677 (or 0x422677) is unknown color: approx Windsor. HEX triplet: 42, 26 and 77. RGB value is (66,38,119). Sum of RGB (Red+Green+Blue) = 66+38+119=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #422677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422677 is #BDD988. Grayscale: #373737. Windows color (decimal): -12441993 or 7808578. OLE color: 7808578.

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

Color convert

RGB6638119-
CMYK0.450.6800.53
HSL260.74º51.59%30.78%-
HSV(B)260.74º68.07%46.67%-
XYZ6.273.8817.87-
YUV55.61163.78135.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=29.60%
G=17.04%
B=53.36%

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
Decimal66381190.450.6800.53260.7451.5930.78
Hex4226772D44035105341f
Octal10246167551040654056437
Binary100001010011011101111011011000100011010110000010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422677; }

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

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

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

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

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

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

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

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