#3C0477

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

Shades of Indigo #3C0477

Tints of Indigo #3C0477

Color information

#3C0477 (or 0x3C0477) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 77. RGB value is (60,4,119). Sum of RGB (Red+Green+Blue) = 60+4+119=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0477 is #C3FB88. Grayscale: #212121. Windows color (decimal): -12843913 or 7799868. OLE color: 7799868.

HSL color Cylindrical-coordinate representation of color #3C0477: hue angle of 269.22º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0477 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB604119-
CMYK0.500.9700.53
HSL269.22º93.5%24.12%-
HSV(B)269.22º96.64%46.67%-
XYZ5.242.3817.64-
YUV33.85176.05146.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=32.79%
G=2.19%
B=65.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6041190.500.9700.53269.2293.524.12
Hex3C477326103510d5d18
Octal7441676214106541513530
Binary111100100111011111001011000010110101100001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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