#3C1363

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

Shades of Christalle #3C1363

Tints of Christalle #3C1363

Color information

#3C1363 (or 0x3C1363) is unknown color: approx Christalle. HEX triplet: 3C, 13 and 63. RGB value is (60,19,99). Sum of RGB (Red+Green+Blue) = 60+19+99=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1363 is #C3EC9C. Grayscale: #282828. Windows color (decimal): -12840093 or 6492988. OLE color: 6492988.

HSL color Cylindrical-coordinate representation of color #3C1363: hue angle of 270.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1363 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB601999-
CMYK0.390.8100.61
HSL270.75º67.8%23.14%-
HSV(B)270.75º80.81%38.82%-
XYZ4.352.3312.02-
YUV40.38161.08142-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=33.71%
G=10.67%
B=55.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6019990.390.8100.61270.7567.823.14
Hex3C1363275103D10f4417
Octal74231434712107541710427
Binary11110010011110001110011110100010111101100001111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,99); }

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

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

 a { background-color: rgb(60,19,99); }

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

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

 span { border-color: rgb(60,19,99); }

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