Shades of Indigo #3B0173
Tints of Indigo #3B0173
RGB
CMYK
RGB Variations
Color information
#3B0173 (or 0x3B0173) is known color: Indigo. HEX triplet: 3B, 01 and 73. RGB value is (59,1,115). Sum of RGB (Red+Green+Blue) = 59+1+115=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0173 is #C4FE8C. Grayscale: #1E1E1E. Windows color (decimal): -12910221 or 7536955. OLE color: 7536955.
HSL color Cylindrical-coordinate representation of color #3B0173: hue angle of 270.53º 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 #3B0173 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 1 | 115 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.55 |
| HSL | 270.53º | 0.98% | 0.23% | - |
| HSV(B) | 270.53º | 0.99% | 0.45% | - |
| XYZ | 4.91 | 2.19 | 16.38 | - |
| YUV | 31.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 115 | 0.49 | 0.99 | 0 | 0.55 | 270.53 | 0.98 | 0.23 |
| Hex | 3B | 1 | 73 | 31 | 63 | 0 | 37 | 10F | 62 | 17 |
| Octal | 73 | 1 | 163 | 61 | 143 | 0 | 67 | 417 | 142 | 27 |
| Binary | 111011 | 1 | 1110011 | 110001 | 1100011 | 0 | 110111 | 100001111 | 1100010 | 10111 |
Color Harmonies of #3B0173
Complementary color
Monochromatic Colors of #3B0173
Black with #3B0173
Text Example
Text Example
White with #3B0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0173; }
p { color: rgb(59,1,115); }
H1.HeaderClassName
{
color: #3B0173;
}
.AnyTagClassName
{
color: #3B0173;
}
</style>
background-color css
<style>
a { background-color: #3B0173; }
a { background-color: rgb(59,1,115); }
div.DivClassName
{
background-color: #3B0173;
}
.BgClassName
{
background-color: #3B0173;
}
</style>
border-color css
<style>
span { border-color: #3B0173; }
span { border-color: rgb(59,1,115); }
td.TdClassName
{
border-color: #3B0173;
}
.TagClassName
{
border-color: #3B0173;
}
</style>