Shades of Indigo #3C008B
Tints of Indigo #3C008B
RGB
CMYK
RGB Variations
Color information
#3C008B (or 0x3C008B) is known color: Indigo. HEX triplet: 3C, 00 and 8B. RGB value is (60,0,139). Sum of RGB (Red+Green+Blue) = 60+0+139=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C008B is #C3FF74. Grayscale: #212121. Windows color (decimal): -12844917 or 9109564. OLE color: 9109564.
HSL color Cylindrical-coordinate representation of color #3C008B: hue angle of 265.9º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C008B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 0 | 139 | - |
| CMYK | 0.57 | 1 | 0 | 0.45 |
| HSL | 265.9º | 1% | 0.27% | - |
| HSV(B) | 265.9º | 1% | 0.55% | - |
| XYZ | 6.52 | 2.82 | 24.63 | - |
| YUV | 33.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 139 | 0.57 | 1 | 0 | 0.45 | 265.9 | 1 | 0.27 |
| Hex | 3C | 0 | 8B | 39 | 64 | 0 | 2D | 10A | 64 | 1B |
| Octal | 74 | 0 | 213 | 71 | 144 | 0 | 55 | 412 | 144 | 33 |
| Binary | 111100 | 0 | 10001011 | 111001 | 1100100 | 0 | 101101 | 100001010 | 1100100 | 11011 |
Color Harmonies of #3C008B
Complementary color
Monochromatic Colors of #3C008B
Black with #3C008B
Text Example
Text Example
White with #3C008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C008B; }
p { color: rgb(60,0,139); }
H1.HeaderClassName
{
color: #3C008B;
}
.AnyTagClassName
{
color: #3C008B;
}
</style>
background-color css
<style>
a { background-color: #3C008B; }
a { background-color: rgb(60,0,139); }
div.DivClassName
{
background-color: #3C008B;
}
.BgClassName
{
background-color: #3C008B;
}
</style>
border-color css
<style>
span { border-color: #3C008B; }
span { border-color: rgb(60,0,139); }
td.TdClassName
{
border-color: #3C008B;
}
.TagClassName
{
border-color: #3C008B;
}
</style>