#422852

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

Shades of Jagger #422852

Tints of Jagger #422852

Color information

#422852 (or 0x422852) is unknown color: approx Jagger. HEX triplet: 42, 28 and 52. RGB value is (66,40,82). Sum of RGB (Red+Green+Blue) = 66+40+82=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #422852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422852 is #BDD7AD. Grayscale: #343434. Windows color (decimal): -12441518 or 5384258. OLE color: 5384258.

HSL color Cylindrical-coordinate representation of color #422852: hue angle of 277.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #422852 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB664082-
CMYK0.200.5100.68
HSL277.14º34.43%23.92%-
HSV(B)277.14º51.22%32.16%-
XYZ4.533.298.38-
YUV52.56144.61137.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=35.11%
G=21.28%
B=43.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6640820.200.5100.68277.1434.4323.92
Hex42285214330441152218
Octal10250122246301044254230
Binary10000101010001010010101001100110100010010001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422852; }

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

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

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

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

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

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

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

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