#422C78

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

Shades of Windsor #422C78

Tints of Windsor #422C78

Color information

#422C78 (or 0x422C78) is unknown color: approx Windsor. HEX triplet: 42, 2C and 78. RGB value is (66,44,120). Sum of RGB (Red+Green+Blue) = 66+44+120=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #422C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C78 is #BDD387. Grayscale: #3A3A3A. Windows color (decimal): -12440456 or 7875650. OLE color: 7875650.

HSL color Cylindrical-coordinate representation of color #422C78: hue angle of 257.37º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422C78 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6644120-
CMYK0.450.6300.53
HSL257.37º46.34%32.16%-
HSV(B)257.37º63.33%47.06%-
XYZ6.544.3218.26-
YUV59.24162.29132.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=28.70%
G=19.13%
B=52.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66441200.450.6300.53257.3746.3432.16
Hex422C782D3F0351012e20
Octal1025417055770654015640
Binary100001010110011110001011011111110110101100000001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C78; }

 p { color: rgb(66,44,120); }

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

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

 a { background-color: rgb(66,44,120); }

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

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

 span { border-color: rgb(66,44,120); }

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