#3C1F59

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

Shades of Christalle #3C1F59

Tints of Christalle #3C1F59

Color information

#3C1F59 (or 0x3C1F59) is unknown color: approx Christalle. HEX triplet: 3C, 1F and 59. RGB value is (60,31,89). Sum of RGB (Red+Green+Blue) = 60+31+89=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1F59 is #C3E0A6. Grayscale: #2E2E2E. Windows color (decimal): -12837031 or 5840700. OLE color: 5840700.

HSL color Cylindrical-coordinate representation of color #3C1F59: hue angle of 270º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1F59 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB603189-
CMYK0.330.6500.65
HSL270º48.33%23.53%-
HSV(B)270º65.17%34.9%-
XYZ4.162.669.75-
YUV46.28152.11137.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=33.33%
G=17.22%
B=49.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6031890.330.6500.6527048.3323.53
Hex3C1F59214104110e3018
Octal74371314110101014166030
Binary11110011111101100110000110000010100000110000111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,89); }

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

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

 a { background-color: rgb(60,31,89); }

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

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

 span { border-color: rgb(60,31,89); }

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