#3B1560

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

Shades of Christalle #3B1560

Tints of Christalle #3B1560

Color information

#3B1560 (or 0x3B1560) is unknown color: approx Christalle. HEX triplet: 3B, 15 and 60. RGB value is (59,21,96). Sum of RGB (Red+Green+Blue) = 59+21+96=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1560 is #C4EA9F. Grayscale: #282828. Windows color (decimal): -12905120 or 6296891. OLE color: 6296891.

HSL color Cylindrical-coordinate representation of color #3B1560: hue angle of 270.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1560 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB592196-
CMYK0.390.7800.62
HSL270.4º64.1%22.94%-
HSV(B)270.4º78.12%37.65%-
XYZ4.182.3111.29-
YUV40.91159.09140.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=33.52%
G=11.93%
B=54.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5921960.390.7800.62270.464.122.94
Hex3B1560274E03E10e4017
Octal73251404711607641610027
Binary11101110101110000010011110011100111110100001110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,96); }

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

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

 a { background-color: rgb(59,21,96); }

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

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

 span { border-color: rgb(59,21,96); }

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