#3C135F

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

Shades of Christalle #3C135F

Tints of Christalle #3C135F

Color information

#3C135F (or 0x3C135F) is unknown color: approx Christalle. HEX triplet: 3C, 13 and 5F. RGB value is (60,19,95). Sum of RGB (Red+Green+Blue) = 60+19+95=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C135F is #C3ECA0. Grayscale: #272727. Windows color (decimal): -12840097 or 6230844. OLE color: 6230844.

HSL color Cylindrical-coordinate representation of color #3C135F: hue angle of 272.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C135F is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB601995-
CMYK0.370.8000.63
HSL272.37º66.67%22.35%-
HSV(B)272.37º80%37.25%-
XYZ4.162.2511.04-
YUV39.92159.08142.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 95 (37.5% from 255) = 54.60%
R=34.48%
G=10.92%
B=54.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6019950.370.8000.63272.3766.6722.35
Hex3C135F255003F1104316
Octal74231374512007742010326
Binary11110010011101111110010110100000111111100010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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