#3C1951

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

Shades of Jagger #3C1951

Tints of Jagger #3C1951

Color information

#3C1951 (or 0x3C1951) is unknown color: approx Jagger. HEX triplet: 3C, 19 and 51. RGB value is (60,25,81). Sum of RGB (Red+Green+Blue) = 60+25+81=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C1951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1951 is #C3E6AE. Grayscale: #292929. Windows color (decimal): -12838575 or 5314876. OLE color: 5314876.

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

Color convert

RGB602581-
CMYK0.260.6900.68
HSL277.5º52.83%20.78%-
HSV(B)277.5º69.14%31.76%-
XYZ3.72.258.02-
YUV41.85150.1140.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=36.14%
G=15.06%
B=48.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6025810.260.6900.68277.552.8320.78
Hex3C19511A450441163515
Octal74311213210501044266525
Binary1111001100110100011101010001010100010010001011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,81); }

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

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

 a { background-color: rgb(60,25,81); }

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

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

 span { border-color: rgb(60,25,81); }

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