#3C155B

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

Shades of Christalle #3C155B

Tints of Christalle #3C155B

Color information

#3C155B (or 0x3C155B) is unknown color: approx Christalle. HEX triplet: 3C, 15 and 5B. RGB value is (60,21,91). Sum of RGB (Red+Green+Blue) = 60+21+91=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C155B is #C3EAA4. Grayscale: #282828. Windows color (decimal): -12839589 or 5969212. OLE color: 5969212.

HSL color Cylindrical-coordinate representation of color #3C155B: hue angle of 273.43º 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 #3C155B is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB602191-
CMYK0.340.7700.64
HSL273.43º62.5%21.96%-
HSV(B)273.43º76.92%35.69%-
XYZ4.022.2510.12-
YUV40.64156.42141.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=34.88%
G=12.21%
B=52.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6021910.340.7700.64273.4362.521.96
Hex3C155B224D0401113e16
Octal74251334211501004217626
Binary11110010101101101110001010011010100000010001000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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