#422850

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

Shades of Jagger #422850

Tints of Jagger #422850

Color information

#422850 (or 0x422850) is unknown color: approx Jagger. HEX triplet: 42, 28 and 50. RGB value is (66,40,80). Sum of RGB (Red+Green+Blue) = 66+40+80=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #422850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422850 is #BDD7AF. Grayscale: #343434. Windows color (decimal): -12441520 or 5253186. OLE color: 5253186.

HSL color Cylindrical-coordinate representation of color #422850: hue angle of 279º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422850 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB664080-
CMYK0.170.500.69
HSL279º33.33%23.53%-
HSV(B)279º50%31.37%-
XYZ4.453.267.98-
YUV52.33143.61137.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=35.48%
G=21.51%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6640800.170.500.6927933.3323.53
Hex42285011320451172118
Octal10250120216201054274130
Binary10000101010001010000100011100100100010110001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422850; }

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

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

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

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

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

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

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

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