Shades of Indigo #3C028B
Tints of Indigo #3C028B
RGB
CMYK
RGB Variations
Color information
#3C028B (or 0x3C028B) is known color: Indigo. HEX triplet: 3C, 02 and 8B. RGB value is (60,2,139). Sum of RGB (Red+Green+Blue) = 60+2+139=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C028B is #C3FD74. Grayscale: #222222. Windows color (decimal): -12844405 or 9110076. OLE color: 9110076.
HSL color Cylindrical-coordinate representation of color #3C028B: hue angle of 265.4º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C028B is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 2 | 139 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.45 |
| HSL | 265.4º | 0.97% | 0.28% | - |
| HSV(B) | 265.4º | 0.99% | 0.55% | - |
| XYZ | 6.55 | 2.87 | 24.63 | - |
| YUV | 34.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 139 | 0.57 | 0.99 | 0 | 0.45 | 265.4 | 0.97 | 0.28 |
| Hex | 3C | 2 | 8B | 39 | 63 | 0 | 2D | 109 | 61 | 1C |
| Octal | 74 | 2 | 213 | 71 | 143 | 0 | 55 | 411 | 141 | 34 |
| Binary | 111100 | 10 | 10001011 | 111001 | 1100011 | 0 | 101101 | 100001001 | 1100001 | 11100 |
Color Harmonies of #3C028B
Complementary color
Monochromatic Colors of #3C028B
Black with #3C028B
Text Example
Text Example
White with #3C028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C028B; }
p { color: rgb(60,2,139); }
H1.HeaderClassName
{
color: #3C028B;
}
.AnyTagClassName
{
color: #3C028B;
}
</style>
background-color css
<style>
a { background-color: #3C028B; }
a { background-color: rgb(60,2,139); }
div.DivClassName
{
background-color: #3C028B;
}
.BgClassName
{
background-color: #3C028B;
}
</style>
border-color css
<style>
span { border-color: #3C028B; }
span { border-color: rgb(60,2,139); }
td.TdClassName
{
border-color: #3C028B;
}
.TagClassName
{
border-color: #3C028B;
}
</style>