#3A2250

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

Shades of Jagger #3A2250

Tints of Jagger #3A2250

Color information

#3A2250 (or 0x3A2250) is unknown color: approx Jagger. HEX triplet: 3A, 22 and 50. RGB value is (58,34,80). Sum of RGB (Red+Green+Blue) = 58+34+80=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2250 is #C5DDAF. Grayscale: #2E2E2E. Windows color (decimal): -12967344 or 5251642. OLE color: 5251642.

HSL color Cylindrical-coordinate representation of color #3A2250: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2250 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB583480-
CMYK0.280.5800.69
HSL271.3º40.35%22.35%-
HSV(B)271.3º57.5%31.37%-
XYZ3.762.627.9-
YUV46.42146.95136.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=33.72%
G=19.77%
B=46.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5834800.280.5800.69271.340.3522.35
Hex3A22501C3A04510f2816
Octal7242120347201054175026
Binary1110101000101010000111001110100100010110000111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2250; }

 p { color: rgb(58,34,80); }

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

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

 a { background-color: rgb(58,34,80); }

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

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

 span { border-color: rgb(58,34,80); }

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