#3D194E

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

Shades of Jagger #3D194E

Tints of Jagger #3D194E

Color information

#3D194E (or 0x3D194E) is unknown color: approx Jagger. HEX triplet: 3D, 19 and 4E. RGB value is (61,25,78). Sum of RGB (Red+Green+Blue) = 61+25+78=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D194E is #C2E6B1. Grayscale: #292929. Windows color (decimal): -12773042 or 5118269. OLE color: 5118269.

HSL color Cylindrical-coordinate representation of color #3D194E: hue angle of 280.75º 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 #3D194E is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB612578-
CMYK0.220.6800.69
HSL280.75º51.46%20.2%-
HSV(B)280.75º67.95%30.59%-
XYZ3.652.247.45-
YUV41.81148.43141.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.20%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=37.20%
G=15.24%
B=47.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6125780.220.6800.69280.7551.4620.2
Hex3D194E16440451193314
Octal75311162610401054316324
Binary1111011100110011101011010001000100010110001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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