Shades of Indigo #3B0184
Tints of Indigo #3B0184
RGB
CMYK
RGB Variations
Color information
#3B0184 (or 0x3B0184) is known color: Indigo. HEX triplet: 3B, 01 and 84. RGB value is (59,1,132). Sum of RGB (Red+Green+Blue) = 59+1+132=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0184 is #C4FE7B. Grayscale: #202020. Windows color (decimal): -12910204 or 8651067. OLE color: 8651067.
HSL color Cylindrical-coordinate representation of color #3B0184: hue angle of 266.56º degrees, saturation: 0.98, 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 #3B0184 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 1 | 132 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.48 |
| HSL | 266.56º | 0.98% | 0.26% | - |
| HSV(B) | 266.56º | 0.99% | 0.52% | - |
| XYZ | 5.98 | 2.62 | 22.02 | - |
| YUV | 33.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 132 | 0.55 | 0.99 | 0 | 0.48 | 266.56 | 0.98 | 0.26 |
| Hex | 3B | 1 | 84 | 37 | 63 | 0 | 30 | 10B | 62 | 1A |
| Octal | 73 | 1 | 204 | 67 | 143 | 0 | 60 | 413 | 142 | 32 |
| Binary | 111011 | 1 | 10000100 | 110111 | 1100011 | 0 | 110000 | 100001011 | 1100010 | 11010 |
Color Harmonies of #3B0184
Complementary color
Monochromatic Colors of #3B0184
Black with #3B0184
Text Example
Text Example
White with #3B0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0184; }
p { color: rgb(59,1,132); }
H1.HeaderClassName
{
color: #3B0184;
}
.AnyTagClassName
{
color: #3B0184;
}
</style>
background-color css
<style>
a { background-color: #3B0184; }
a { background-color: rgb(59,1,132); }
div.DivClassName
{
background-color: #3B0184;
}
.BgClassName
{
background-color: #3B0184;
}
</style>
border-color css
<style>
span { border-color: #3B0184; }
span { border-color: rgb(59,1,132); }
td.TdClassName
{
border-color: #3B0184;
}
.TagClassName
{
border-color: #3B0184;
}
</style>