#422558

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

Shades of Jagger #422558

Tints of Jagger #422558

Color information

#422558 (or 0x422558) is unknown color: approx Jagger. HEX triplet: 42, 25 and 58. RGB value is (66,37,88). Sum of RGB (Red+Green+Blue) = 66+37+88=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #422558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422558 is #BDDAA7. Grayscale: #333333. Windows color (decimal): -12442280 or 5776706. OLE color: 5776706.

HSL color Cylindrical-coordinate representation of color #422558: hue angle of 274.12º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422558 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB663788-
CMYK0.250.5800.65
HSL274.12º40.8%24.51%-
HSV(B)274.12º57.95%34.51%-
XYZ4.673.199.6-
YUV51.48148.61138.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=34.55%
G=19.37%
B=46.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6637880.250.5800.65274.1240.824.51
Hex422558193A0411122919
Octal10245130317201014225131
Binary10000101001011011000110011110100100000110001001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422558; }

 p { color: rgb(66,37,88); }

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

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

 a { background-color: rgb(66,37,88); }

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

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

 span { border-color: rgb(66,37,88); }

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