#3C145B

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

Shades of Christalle #3C145B

Tints of Christalle #3C145B

Color information

#3C145B (or 0x3C145B) is unknown color: approx Christalle. HEX triplet: 3C, 14 and 5B. RGB value is (60,20,91). Sum of RGB (Red+Green+Blue) = 60+20+91=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C145B is #C3EBA4. Grayscale: #272727. Windows color (decimal): -12839845 or 5968956. OLE color: 5968956.

HSL color Cylindrical-coordinate representation of color #3C145B: hue angle of 273.8º degrees, saturation: 0.64, 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 #3C145B is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB602091-
CMYK0.340.7800.64
HSL273.8º63.96%21.76%-
HSV(B)273.8º78.02%35.69%-
XYZ42.2210.11-
YUV40.05156.75142.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=35.09%
G=11.70%
B=53.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6020910.340.7800.64273.863.9621.76
Hex3C145B224E0401124016
Octal742413342116010042210026
Binary111100101001011011100010100111001000000100010010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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