Shades of Indigo #3B0185
Tints of Indigo #3B0185
RGB
CMYK
RGB Variations
Color information
#3B0185 (or 0x3B0185) is known color: Indigo. HEX triplet: 3B, 01 and 85. RGB value is (59,1,133). Sum of RGB (Red+Green+Blue) = 59+1+133=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0185 is #C4FE7A. Grayscale: #202020. Windows color (decimal): -12910203 or 8716603. OLE color: 8716603.
HSL color Cylindrical-coordinate representation of color #3B0185: hue angle of 266.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0185 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 1 | 133 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.48 |
| HSL | 266.36º | 0.99% | 0.26% | - |
| HSV(B) | 266.36º | 0.99% | 0.52% | - |
| XYZ | 6.05 | 2.64 | 22.38 | - |
| YUV | 33.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 133 | 0.56 | 0.99 | 0 | 0.48 | 266.36 | 0.99 | 0.26 |
| Hex | 3B | 1 | 85 | 38 | 63 | 0 | 30 | 10A | 63 | 1A |
| Octal | 73 | 1 | 205 | 70 | 143 | 0 | 60 | 412 | 143 | 32 |
| Binary | 111011 | 1 | 10000101 | 111000 | 1100011 | 0 | 110000 | 100001010 | 1100011 | 11010 |
Color Harmonies of #3B0185
Complementary color
Monochromatic Colors of #3B0185
Black with #3B0185
Text Example
Text Example
White with #3B0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0185; }
p { color: rgb(59,1,133); }
H1.HeaderClassName
{
color: #3B0185;
}
.AnyTagClassName
{
color: #3B0185;
}
</style>
background-color css
<style>
a { background-color: #3B0185; }
a { background-color: rgb(59,1,133); }
div.DivClassName
{
background-color: #3B0185;
}
.BgClassName
{
background-color: #3B0185;
}
</style>
border-color css
<style>
span { border-color: #3B0185; }
span { border-color: rgb(59,1,133); }
td.TdClassName
{
border-color: #3B0185;
}
.TagClassName
{
border-color: #3B0185;
}
</style>