#3B155B

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

Shades of Christalle #3B155B

Tints of Christalle #3B155B

Color information

#3B155B (or 0x3B155B) is unknown color: approx Christalle. HEX triplet: 3B, 15 and 5B. RGB value is (59,21,91). Sum of RGB (Red+Green+Blue) = 59+21+91=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B155B is #C4EAA4. Grayscale: #282828. Windows color (decimal): -12905125 or 5969211. OLE color: 5969211.

HSL color Cylindrical-coordinate representation of color #3B155B: hue angle of 272.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B155B is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB592191-
CMYK0.350.7700.64
HSL272.57º62.5%21.96%-
HSV(B)272.57º76.92%35.69%-
XYZ3.962.2210.12-
YUV40.34156.59141.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=34.50%
G=12.28%
B=53.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5921910.350.7700.64272.5762.521.96
Hex3B155B234D0401113e16
Octal73251334311501004217626
Binary11101110101101101110001110011010100000010001000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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