#3C185B

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

Shades of Christalle #3C185B

Tints of Christalle #3C185B

Color information

#3C185B (or 0x3C185B) is unknown color: approx Christalle. HEX triplet: 3C, 18 and 5B. RGB value is (60,24,91). Sum of RGB (Red+Green+Blue) = 60+24+91=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C185B is #C3E7A4. Grayscale: #2A2A2A. Windows color (decimal): -12838821 or 5969980. OLE color: 5969980.

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

Color convert

RGB602491-
CMYK0.340.7400.64
HSL272.24º58.26%22.55%-
HSV(B)272.24º73.63%35.69%-
XYZ4.082.3710.14-
YUV42.4155.43140.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 91 (35.94% from 255) = 52%
R=34.29%
G=13.71%
B=52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6024910.340.7400.64272.2458.2622.55
Hex3C185B224A0401103a17
Octal74301334211201004207227
Binary11110011000101101110001010010100100000010001000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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