#3a1753

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

Shades of Jagger #3A1753

Tints of Jagger #3A1753

Color information

#3A1753 (or 0x3A1753) is unknown color: approx Jagger. HEX triplet: 3A, 17 and 53. RGB value is (58,23,83). Sum of RGB (Red+Green+Blue) = 58+23+83=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1753 is #C5E8AC. Grayscale: #282828. Windows color (decimal): -12970157 or 5445434. OLE color: 5445434.

HSL color Cylindrical-coordinate representation of color #3A1753: hue angle of 275º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1753 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB582383-
CMYK0.300.7200.67
HSL275º56.6%20.78%-
HSV(B)275º72.29%32.55%-
XYZ3.612.148.41-
YUV40.3152.1140.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=35.37%
G=14.02%
B=50.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5823830.300.7200.6727556.620.78
Hex3A17531E480431133915
Octal72271233611001034237125
Binary1110101011110100111111010010000100001110001001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,83); }

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

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

 a { background-color: rgb(58,23,83); }

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

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

 span { border-color: rgb(58,23,83); }

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