Shades of Indigo #3C0299
Tints of Indigo #3C0299
RGB
CMYK
RGB Variations
Color information
#3C0299 (or 0x3C0299) is known color: Indigo. HEX triplet: 3C, 02 and 99. RGB value is (60,2,153). Sum of RGB (Red+Green+Blue) = 60+2+153=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0299 is #C3FD66. Grayscale: #242424. Windows color (decimal): -12844391 or 10027580. OLE color: 10027580.
HSL color Cylindrical-coordinate representation of color #3C0299: hue angle of 263.05º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0299 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 2 | 153 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.4 |
| HSL | 263.05º | 0.97% | 0.3% | - |
| HSV(B) | 263.05º | 0.99% | 0.6% | - |
| XYZ | 7.63 | 3.3 | 30.37 | - |
| YUV | 36.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 153 | 0.61 | 0.99 | 0 | 0.4 | 263.05 | 0.97 | 0.3 |
| Hex | 3C | 2 | 99 | 3D | 63 | 0 | 28 | 107 | 61 | 1E |
| Octal | 74 | 2 | 231 | 75 | 143 | 0 | 50 | 407 | 141 | 36 |
| Binary | 111100 | 10 | 10011001 | 111101 | 1100011 | 0 | 101000 | 100000111 | 1100001 | 11110 |
Color Harmonies of #3C0299
Complementary color
Monochromatic Colors of #3C0299
Black with #3C0299
Text Example
Text Example
White with #3C0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0299; }
p { color: rgb(60,2,153); }
H1.HeaderClassName
{
color: #3C0299;
}
.AnyTagClassName
{
color: #3C0299;
}
</style>
background-color css
<style>
a { background-color: #3C0299; }
a { background-color: rgb(60,2,153); }
div.DivClassName
{
background-color: #3C0299;
}
.BgClassName
{
background-color: #3C0299;
}
</style>
border-color css
<style>
span { border-color: #3C0299; }
span { border-color: rgb(60,2,153); }
td.TdClassName
{
border-color: #3C0299;
}
.TagClassName
{
border-color: #3C0299;
}
</style>