#422C82

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

Shades of Windsor #422C82

Tints of Windsor #422C82

Color information

#422C82 (or 0x422C82) is unknown color: approx Windsor. HEX triplet: 42, 2C and 82. RGB value is (66,44,130). Sum of RGB (Red+Green+Blue) = 66+44+130=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #422C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C82 is #BDD37D. Grayscale: #3C3C3C. Windows color (decimal): -12440446 or 8531010. OLE color: 8531010.

HSL color Cylindrical-coordinate representation of color #422C82: hue angle of 255.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422C82 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6644130-
CMYK0.490.6600.49
HSL255.35º49.43%34.12%-
HSV(B)255.35º66.15%50.98%-
XYZ7.184.5721.62-
YUV60.38167.29132.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=27.5%
G=18.33%
B=54.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66441300.490.6600.49255.3549.4334.12
Hex422C823142031ff3122
Octal10254202611020613776142
Binary1000010101100100000101100011000010011000111111111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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