#422858

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

Shades of Jagger #422858

Tints of Jagger #422858

Color information

#422858 (or 0x422858) is unknown color: approx Jagger. HEX triplet: 42, 28 and 58. RGB value is (66,40,88). Sum of RGB (Red+Green+Blue) = 66+40+88=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #422858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422858 is #BDD7A7. Grayscale: #353535. Windows color (decimal): -12441512 or 5777474. OLE color: 5777474.

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

Color convert

RGB664088-
CMYK0.250.5500.65
HSL272.5º37.5%25.1%-
HSV(B)272.5º54.55%34.51%-
XYZ4.773.389.63-
YUV53.25147.61137.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=34.02%
G=20.62%
B=45.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6640880.250.5500.65272.537.525.1
Hex42285819370411102519
Octal10250130316701014204531
Binary10000101010001011000110011101110100000110001000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422858; }

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

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

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

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

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

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

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

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