#3C1653

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

Shades of Jagger #3C1653

Tints of Jagger #3C1653

Color information

#3C1653 (or 0x3C1653) is unknown color: approx Jagger. HEX triplet: 3C, 16 and 53. RGB value is (60,22,83). Sum of RGB (Red+Green+Blue) = 60+22+83=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C1653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1653 is #C3E9AC. Grayscale: #282828. Windows color (decimal): -12839341 or 5445180. OLE color: 5445180.

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

Color convert

RGB602283-
CMYK0.280.7300.67
HSL277.38º58.1%20.59%-
HSV(B)277.38º73.49%32.55%-
XYZ3.712.168.4-
YUV40.32152.09142.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=36.36%
G=13.33%
B=50.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6022830.280.7300.67277.3858.120.59
Hex3C16531C490431153a15
Octal74261233411101034257225
Binary1111001011010100111110010010010100001110001010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,83); }

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

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

 a { background-color: rgb(60,22,83); }

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

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

 span { border-color: rgb(60,22,83); }

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