#3C214C

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

Shades of Jagger #3C214C

Tints of Jagger #3C214C

Color information

#3C214C (or 0x3C214C) is unknown color: approx Jagger. HEX triplet: 3C, 21 and 4C. RGB value is (60,33,76). Sum of RGB (Red+Green+Blue) = 60+33+76=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C214C is #C3DEB3. Grayscale: #2D2D2D. Windows color (decimal): -12836532 or 4989244. OLE color: 4989244.

HSL color Cylindrical-coordinate representation of color #3C214C: hue angle of 277.67º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C214C is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB603376-
CMYK0.210.5700.70
HSL277.67º39.45%21.37%-
HSV(B)277.67º56.58%29.8%-
XYZ3.712.577.14-
YUV45.97144.95138-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.50%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=35.50%
G=19.53%
B=44.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6033760.210.5700.70277.6739.4521.37
Hex3C214C15390461162715
Octal7441114257101064264725
Binary1111001000011001100101011110010100011010001011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,76); }

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

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

 a { background-color: rgb(60,33,76); }

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

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

 span { border-color: rgb(60,33,76); }

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