Shades of Indigo #3B0172
Tints of Indigo #3B0172
RGB
CMYK
RGB Variations
Color information
#3B0172 (or 0x3B0172) is known color: Indigo. HEX triplet: 3B, 01 and 72. RGB value is (59,1,114). Sum of RGB (Red+Green+Blue) = 59+1+114=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0172 is #C4FE8D. Grayscale: #1E1E1E. Windows color (decimal): -12910222 or 7471419. OLE color: 7471419.
HSL color Cylindrical-coordinate representation of color #3B0172: hue angle of 270.8º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0172 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 1 | 114 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.55 |
| HSL | 270.8º | 0.98% | 0.23% | - |
| HSV(B) | 270.8º | 0.99% | 0.45% | - |
| XYZ | 4.85 | 2.17 | 16.08 | - |
| YUV | 31.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 114 | 0.48 | 0.99 | 0 | 0.55 | 270.8 | 0.98 | 0.23 |
| Hex | 3B | 1 | 72 | 30 | 63 | 0 | 37 | 10F | 62 | 17 |
| Octal | 73 | 1 | 162 | 60 | 143 | 0 | 67 | 417 | 142 | 27 |
| Binary | 111011 | 1 | 1110010 | 110000 | 1100011 | 0 | 110111 | 100001111 | 1100010 | 10111 |
Color Harmonies of #3B0172
Complementary color
Monochromatic Colors of #3B0172
Black with #3B0172
Text Example
Text Example
White with #3B0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0172; }
p { color: rgb(59,1,114); }
H1.HeaderClassName
{
color: #3B0172;
}
.AnyTagClassName
{
color: #3B0172;
}
</style>
background-color css
<style>
a { background-color: #3B0172; }
a { background-color: rgb(59,1,114); }
div.DivClassName
{
background-color: #3B0172;
}
.BgClassName
{
background-color: #3B0172;
}
</style>
border-color css
<style>
span { border-color: #3B0172; }
span { border-color: rgb(59,1,114); }
td.TdClassName
{
border-color: #3B0172;
}
.TagClassName
{
border-color: #3B0172;
}
</style>