#3C195D

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

Shades of Christalle #3C195D

Tints of Christalle #3C195D

Color information

#3C195D (or 0x3C195D) is unknown color: approx Christalle. HEX triplet: 3C, 19 and 5D. RGB value is (60,25,93). Sum of RGB (Red+Green+Blue) = 60+25+93=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C195D is #C3E6A2. Grayscale: #2A2A2A. Windows color (decimal): -12838563 or 6101308. OLE color: 6101308.

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

Color convert

RGB602593-
CMYK0.350.7300.64
HSL270.88º57.63%23.14%-
HSV(B)270.88º73.12%36.47%-
XYZ4.192.4510.61-
YUV43.22156.1139.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=33.71%
G=14.04%
B=52.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6025930.350.7300.64270.8857.6323.14
Hex3C195D234904010f3a17
Octal74311354311101004177227
Binary11110011001101110110001110010010100000010000111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,93); }

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

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

 a { background-color: rgb(60,25,93); }

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

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

 span { border-color: rgb(60,25,93); }

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