#3C015C

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

Shades of Christalle #3C015C

Tints of Christalle #3C015C

Color information

#3C015C (or 0x3C015C) is unknown color: approx Christalle. HEX triplet: 3C, 01 and 5C. RGB value is (60,1,92). Sum of RGB (Red+Green+Blue) = 60+1+92=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C015C is #C3FEA3. Grayscale: #1C1C1C. Windows color (decimal): -12844708 or 6029628. OLE color: 6029628.

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

Color convert

RGB60192-
CMYK0.350.9900.64
HSL278.9º97.85%18.24%-
HSV(B)278.9º98.91%36.08%-
XYZ3.811.7610.26-
YUV29.01163.55150.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=39.22%
G=0.65%
B=60.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal601920.350.9900.64278.997.8518.24
Hex3C15C23630401176212
Octal74113443143010042714222
Binary11110011011100100011110001101000000100010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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