#3A194E

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

Shades of Jagger #3A194E

Tints of Jagger #3A194E

Color information

#3A194E (or 0x3A194E) is unknown color: approx Jagger. HEX triplet: 3A, 19 and 4E. RGB value is (58,25,78). Sum of RGB (Red+Green+Blue) = 58+25+78=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A194E is #C5E6B1. Grayscale: #282828. Windows color (decimal): -12969650 or 5118266. OLE color: 5118266.

HSL color Cylindrical-coordinate representation of color #3A194E: hue angle of 277.36º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A194E is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB582578-
CMYK0.260.6800.69
HSL277.36º51.46%20.2%-
HSV(B)277.36º67.95%30.59%-
XYZ3.472.147.44-
YUV40.91148.93140.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=36.02%
G=15.53%
B=48.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5825780.260.6800.69277.3651.4620.2
Hex3A194E1A440451153314
Octal72311163210401054256324
Binary1110101100110011101101010001000100010110001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,78); }

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

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

 a { background-color: rgb(58,25,78); }

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

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

 span { border-color: rgb(58,25,78); }

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