#3C1E63

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

Shades of Christalle #3C1E63

Tints of Christalle #3C1E63

Color information

#3C1E63 (or 0x3C1E63) is unknown color: approx Christalle. HEX triplet: 3C, 1E and 63. RGB value is (60,30,99). Sum of RGB (Red+Green+Blue) = 60+30+99=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1E63 is #C3E19C. Grayscale: #2E2E2E. Windows color (decimal): -12837277 or 6495804. OLE color: 6495804.

HSL color Cylindrical-coordinate representation of color #3C1E63: hue angle of 266.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1E63 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB603099-
CMYK0.390.7000.61
HSL266.09º53.49%25.29%-
HSV(B)266.09º69.7%38.82%-
XYZ4.582.7912.1-
YUV46.84157.44137.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=31.75%
G=15.87%
B=52.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6030990.390.7000.61266.0953.4925.29
Hex3C1E63274603D10a3519
Octal7436143471060754126531
Binary1111001111011000111001111000110011110110000101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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