#3C1554

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

Shades of Jagger #3C1554

Tints of Jagger #3C1554

Color information

#3C1554 (or 0x3C1554) is unknown color: approx Jagger. HEX triplet: 3C, 15 and 54. RGB value is (60,21,84). Sum of RGB (Red+Green+Blue) = 60+21+84=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1554 is #C3EAAB. Grayscale: #272727. Windows color (decimal): -12839596 or 5510460. OLE color: 5510460.

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

Color convert

RGB602184-
CMYK0.290.7500.67
HSL277.14º60%20.59%-
HSV(B)277.14º75%32.94%-
XYZ3.732.148.6-
YUV39.84152.92142.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=36.36%
G=12.73%
B=50.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6021840.290.7500.67277.146020.59
Hex3C15541D4B0431153c15
Octal74251243511301034257425
Binary1111001010110101001110110010110100001110001010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,84); }

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

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

 a { background-color: rgb(60,21,84); }

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

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

 span { border-color: rgb(60,21,84); }

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