Shades of Indigo #3B047F
Tints of Indigo #3B047F
RGB
CMYK
RGB Variations
Color information
#3B047F (or 0x3B047F) is known color: Indigo. HEX triplet: 3B, 04 and 7F. RGB value is (59,4,127). Sum of RGB (Red+Green+Blue) = 59+4+127=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B047F is #C4FB80. Grayscale: #222222. Windows color (decimal): -12909441 or 8324155. OLE color: 8324155.
HSL color Cylindrical-coordinate representation of color #3B047F: hue angle of 266.83º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B047F is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 4 | 127 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.50 |
| HSL | 266.83º | 0.94% | 0.26% | - |
| HSV(B) | 266.83º | 0.97% | 0.5% | - |
| XYZ | 5.68 | 2.55 | 20.27 | - |
| YUV | 34.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 127 | 0.54 | 0.97 | 0 | 0.50 | 266.83 | 0.94 | 0.26 |
| Hex | 3B | 4 | 7F | 36 | 61 | 0 | 32 | 10B | 5E | 1A |
| Octal | 73 | 4 | 177 | 66 | 141 | 0 | 62 | 413 | 136 | 32 |
| Binary | 111011 | 100 | 1111111 | 110110 | 1100001 | 0 | 110010 | 100001011 | 1011110 | 11010 |
Color Harmonies of #3B047F
Complementary color
Monochromatic Colors of #3B047F
Black with #3B047F
Text Example
Text Example
White with #3B047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B047F; }
p { color: rgb(59,4,127); }
H1.HeaderClassName
{
color: #3B047F;
}
.AnyTagClassName
{
color: #3B047F;
}
</style>
background-color css
<style>
a { background-color: #3B047F; }
a { background-color: rgb(59,4,127); }
div.DivClassName
{
background-color: #3B047F;
}
.BgClassName
{
background-color: #3B047F;
}
</style>
border-color css
<style>
span { border-color: #3B047F; }
span { border-color: rgb(59,4,127); }
td.TdClassName
{
border-color: #3B047F;
}
.TagClassName
{
border-color: #3B047F;
}
</style>