#3C2A53

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

Shades of Jagger #3C2A53

Tints of Jagger #3C2A53

Color information

#3C2A53 (or 0x3C2A53) is unknown color: approx Jagger. HEX triplet: 3C, 2A and 53. RGB value is (60,42,83). Sum of RGB (Red+Green+Blue) = 60+42+83=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A53 is #C3D5AC. Grayscale: #333333. Windows color (decimal): -12834221 or 5450300. OLE color: 5450300.

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

Color convert

RGB604283-
CMYK0.280.4900.67
HSL266.34º32.8%24.51%-
HSV(B)266.34º49.4%32.55%-
XYZ4.253.248.59-
YUV52.06145.46133.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=32.43%
G=22.70%
B=44.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6042830.280.4900.67266.3432.824.51
Hex3C2A531C3104310a2119
Octal7452123346101034124131
Binary1111001010101010011111001100010100001110000101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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