#3C0460

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

Shades of Christalle #3C0460

Tints of Christalle #3C0460

Color information

#3C0460 (or 0x3C0460) is unknown color: approx Christalle. HEX triplet: 3C, 04 and 60. RGB value is (60,4,96). Sum of RGB (Red+Green+Blue) = 60+4+96=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0460 is #C3FB9F. Grayscale: #1E1E1E. Windows color (decimal): -12843936 or 6292540. OLE color: 6292540.

HSL color Cylindrical-coordinate representation of color #3C0460: hue angle of 276.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0460 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB60496-
CMYK0.380.9600.62
HSL276.52º92%19.61%-
HSV(B)276.52º95.83%37.65%-
XYZ4.021.8911.22-
YUV31.23164.55148.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 96 (37.89% from 255) = 60%
R=37.5%
G=2.5%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal604960.380.9600.62276.529219.61
Hex3C460266003E1155c14
Octal7441404614007642513424
Binary111100100110000010011011000000111110100010101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,96); }

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

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

 a { background-color: rgb(60,4,96); }

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

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

 span { border-color: rgb(60,4,96); }

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