Shades of Indigo #3B047C
Tints of Indigo #3B047C
RGB
CMYK
RGB Variations
Color information
#3B047C (or 0x3B047C) is known color: Indigo. HEX triplet: 3B, 04 and 7C. RGB value is (59,4,124). Sum of RGB (Red+Green+Blue) = 59+4+124=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B047C is #C4FB83. Grayscale: #212121. Windows color (decimal): -12909444 or 8127547. OLE color: 8127547.
HSL color Cylindrical-coordinate representation of color #3B047C: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B047C is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 4 | 124 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.51 |
| HSL | 267.5º | 0.94% | 0.25% | - |
| HSV(B) | 267.5º | 0.97% | 0.49% | - |
| XYZ | 5.49 | 2.47 | 19.26 | - |
| YUV | 34.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 124 | 0.52 | 0.97 | 0 | 0.51 | 267.5 | 0.94 | 0.25 |
| Hex | 3B | 4 | 7C | 34 | 61 | 0 | 33 | 10C | 5E | 19 |
| Octal | 73 | 4 | 174 | 64 | 141 | 0 | 63 | 414 | 136 | 31 |
| Binary | 111011 | 100 | 1111100 | 110100 | 1100001 | 0 | 110011 | 100001100 | 1011110 | 11001 |
Color Harmonies of #3B047C
Complementary color
Monochromatic Colors of #3B047C
Black with #3B047C
Text Example
Text Example
White with #3B047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B047C; }
p { color: rgb(59,4,124); }
H1.HeaderClassName
{
color: #3B047C;
}
.AnyTagClassName
{
color: #3B047C;
}
</style>
background-color css
<style>
a { background-color: #3B047C; }
a { background-color: rgb(59,4,124); }
div.DivClassName
{
background-color: #3B047C;
}
.BgClassName
{
background-color: #3B047C;
}
</style>
border-color css
<style>
span { border-color: #3B047C; }
span { border-color: rgb(59,4,124); }
td.TdClassName
{
border-color: #3B047C;
}
.TagClassName
{
border-color: #3B047C;
}
</style>