#3C145D

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

Shades of Christalle #3C145D

Tints of Christalle #3C145D

Color information

#3C145D (or 0x3C145D) is unknown color: approx Christalle. HEX triplet: 3C, 14 and 5D. RGB value is (60,20,93). Sum of RGB (Red+Green+Blue) = 60+20+93=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C145D is #C3EBA2. Grayscale: #282828. Windows color (decimal): -12839843 or 6100028. OLE color: 6100028.

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

Color convert

RGB602093-
CMYK0.350.7800.64
HSL272.88º64.6%22.16%-
HSV(B)272.88º78.49%36.47%-
XYZ4.092.2510.57-
YUV40.28157.75142.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=34.68%
G=11.56%
B=53.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6020930.350.7800.64272.8864.622.16
Hex3C145D234E0401114116
Octal742413543116010042110126
Binary111100101001011101100011100111001000000100010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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