#422276

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

Shades of Windsor #422276

Tints of Windsor #422276

Color information

#422276 (or 0x422276) is unknown color: approx Windsor. HEX triplet: 42, 22 and 76. RGB value is (66,34,118). Sum of RGB (Red+Green+Blue) = 66+34+118=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #422276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422276 is #BDDD89. Grayscale: #343434. Windows color (decimal): -12443018 or 7742018. OLE color: 7742018.

HSL color Cylindrical-coordinate representation of color #422276: hue angle of 262.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422276 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6634118-
CMYK0.440.7100.54
HSL262.86º55.26%29.8%-
HSV(B)262.86º71.19%46.27%-
XYZ6.093.6117.52-
YUV53.14164.6137.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=30.28%
G=15.60%
B=54.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66341180.440.7100.54262.8655.2629.8
Hex4222762C47036107371e
Octal10242166541070664076736
Binary100001010001011101101011001000111011011010000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422276; }

 p { color: rgb(66,34,118); }

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

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

 a { background-color: rgb(66,34,118); }

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

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

 span { border-color: rgb(66,34,118); }

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