#3C1950

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

Shades of Jagger #3C1950

Tints of Jagger #3C1950

Color information

#3C1950 (or 0x3C1950) is unknown color: approx Jagger. HEX triplet: 3C, 19 and 50. RGB value is (60,25,80). Sum of RGB (Red+Green+Blue) = 60+25+80=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1950 is #C3E6AF. Grayscale: #292929. Windows color (decimal): -12838576 or 5249340. OLE color: 5249340.

HSL color Cylindrical-coordinate representation of color #3C1950: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C1950 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB602580-
CMYK0.250.6900.69
HSL278.18º52.38%20.59%-
HSV(B)278.18º68.75%31.37%-
XYZ3.662.247.83-
YUV41.74149.6141.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=36.36%
G=15.15%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6025800.250.6900.69278.1852.3820.59
Hex3C195019450451163415
Octal74311203110501054266425
Binary1111001100110100001100110001010100010110001011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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