#3C185D

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

Shades of Christalle #3C185D

Tints of Christalle #3C185D

Color information

#3C185D (or 0x3C185D) is unknown color: approx Christalle. HEX triplet: 3C, 18 and 5D. RGB value is (60,24,93). Sum of RGB (Red+Green+Blue) = 60+24+93=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C185D is #C3E7A2. Grayscale: #2A2A2A. Windows color (decimal): -12838819 or 6101052. OLE color: 6101052.

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

Color convert

RGB602493-
CMYK0.350.7400.64
HSL271.3º58.97%22.94%-
HSV(B)271.3º74.19%36.47%-
XYZ4.172.410.6-
YUV42.63156.43140.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=33.90%
G=13.56%
B=52.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6024930.350.7400.64271.358.9722.94
Hex3C185D234A04010f3b17
Octal74301354311201004177327
Binary11110011000101110110001110010100100000010000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,93); }

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

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

 a { background-color: rgb(60,24,93); }

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

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

 span { border-color: rgb(60,24,93); }

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