#422953

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

Shades of Jagger #422953

Tints of Jagger #422953

Color information

#422953 (or 0x422953) is unknown color: approx Jagger. HEX triplet: 42, 29 and 53. RGB value is (66,41,83). Sum of RGB (Red+Green+Blue) = 66+41+83=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #422953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422953 is #BDD6AC. Grayscale: #353535. Windows color (decimal): -12441261 or 5450050. OLE color: 5450050.

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

Color convert

RGB664183-
CMYK0.200.5100.67
HSL275.71º33.87%24.31%-
HSV(B)275.71º50.6%32.55%-
XYZ4.63.378.59-
YUV53.26144.78137.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=34.74%
G=21.58%
B=43.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6641830.200.5100.67275.7133.8724.31
Hex42295314330431142218
Octal10251123246301034244230
Binary10000101010011010011101001100110100001110001010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422953; }

 p { color: rgb(66,41,83); }

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

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

 a { background-color: rgb(66,41,83); }

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

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

 span { border-color: rgb(66,41,83); }

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