#422750

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

Shades of Jagger #422750

Tints of Jagger #422750

Color information

#422750 (or 0x422750) is unknown color: approx Jagger. HEX triplet: 42, 27 and 50. RGB value is (66,39,80). Sum of RGB (Red+Green+Blue) = 66+39+80=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #422750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422750 is #BDD8AF. Grayscale: #333333. Windows color (decimal): -12441776 or 5252930. OLE color: 5252930.

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

Color convert

RGB663980-
CMYK0.170.5100.69
HSL279.51º34.45%23.33%-
HSV(B)279.51º51.25%31.37%-
XYZ4.423.197.97-
YUV51.75143.95138.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=35.68%
G=21.08%
B=43.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6639800.170.5100.69279.5134.4523.33
Hex42275011330451182217
Octal10247120216301054304227
Binary10000101001111010000100011100110100010110001100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422750; }

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

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

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

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

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

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

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

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