#3C135C

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

Shades of Christalle #3C135C

Tints of Christalle #3C135C

Color information

#3C135C (or 0x3C135C) is unknown color: approx Christalle. HEX triplet: 3C, 13 and 5C. RGB value is (60,19,92). Sum of RGB (Red+Green+Blue) = 60+19+92=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C135C is #C3ECA3. Grayscale: #272727. Windows color (decimal): -12840100 or 6034236. OLE color: 6034236.

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

Color convert

RGB601992-
CMYK0.350.7900.64
HSL273.7º65.77%21.76%-
HSV(B)273.7º79.35%36.08%-
XYZ4.032.210.34-
YUV39.58157.58142.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=35.09%
G=11.11%
B=53.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6019920.350.7900.64273.765.7721.76
Hex3C135C234F0401124216
Octal742313443117010042210226
Binary111100100111011100100011100111101000000100010010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,92); }

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

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

 a { background-color: rgb(60,19,92); }

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

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

 span { border-color: rgb(60,19,92); }

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