#3C1755

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

Shades of Jagger #3C1755

Tints of Jagger #3C1755

Color information

#3C1755 (or 0x3C1755) is unknown color: approx Jagger. HEX triplet: 3C, 17 and 55. RGB value is (60,23,85). Sum of RGB (Red+Green+Blue) = 60+23+85=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1755 is #C3E8AA. Grayscale: #282828. Windows color (decimal): -12839083 or 5576508. OLE color: 5576508.

HSL color Cylindrical-coordinate representation of color #3C1755: hue angle of 275.81º degrees, saturation: 0.57, 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 #3C1755 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB602385-
CMYK0.290.7300.67
HSL275.81º57.41%21.18%-
HSV(B)275.81º72.94%33.33%-
XYZ3.812.238.82-
YUV41.13152.76141.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=35.71%
G=13.69%
B=50.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6023850.290.7300.67275.8157.4121.18
Hex3C17551D490431143915
Octal74271253511101034247125
Binary1111001011110101011110110010010100001110001010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,23,85); }

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

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

 a { background-color: rgb(60,23,85); }

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

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

 span { border-color: rgb(60,23,85); }

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