#3C0399

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

Shades of Indigo #3C0399

Tints of Indigo #3C0399

Color information

#3C0399 (or 0x3C0399) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 99. RGB value is (60,3,153). Sum of RGB (Red+Green+Blue) = 60+3+153=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0399 is #C3FC66. Grayscale: #242424. Windows color (decimal): -12844135 or 10027836. OLE color: 10027836.

HSL color Cylindrical-coordinate representation of color #3C0399: hue angle of 262.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0399 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB603153-
CMYK0.610.9800.4
HSL262.8º96.15%30.59%-
HSV(B)262.8º98.04%60%-
XYZ7.653.3330.38-
YUV37.14193.38144.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=27.78%
G=1.39%
B=70.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6031530.610.9800.4262.896.1530.59
Hex3C3993D62028107601f
Octal7432317514205040714037
Binary111100111001100111110111000100101000100000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,153); }

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

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

 a { background-color: rgb(60,3,153); }

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

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

 span { border-color: rgb(60,3,153); }

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