Shades of Indigo #3B0180
Tints of Indigo #3B0180
RGB
CMYK
RGB Variations
Color information
#3B0180 (or 0x3B0180) is known color: Indigo. HEX triplet: 3B, 01 and 80. RGB value is (59,1,128). Sum of RGB (Red+Green+Blue) = 59+1+128=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B0180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0180 is #C4FE7F. Grayscale: #202020. Windows color (decimal): -12910208 or 8388923. OLE color: 8388923.
HSL color Cylindrical-coordinate representation of color #3B0180: hue angle of 267.4º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0180 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 1 | 128 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.50 |
| HSL | 267.4º | 0.98% | 0.25% | - |
| HSV(B) | 267.4º | 0.99% | 0.5% | - |
| XYZ | 5.71 | 2.51 | 20.61 | - |
| YUV | 32.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 128 | 0.54 | 0.99 | 0 | 0.50 | 267.4 | 0.98 | 0.25 |
| Hex | 3B | 1 | 80 | 36 | 63 | 0 | 32 | 10B | 62 | 19 |
| Octal | 73 | 1 | 200 | 66 | 143 | 0 | 62 | 413 | 142 | 31 |
| Binary | 111011 | 1 | 10000000 | 110110 | 1100011 | 0 | 110010 | 100001011 | 1100010 | 11001 |
Color Harmonies of #3B0180
Complementary color
Monochromatic Colors of #3B0180
Black with #3B0180
Text Example
Text Example
White with #3B0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0180; }
p { color: rgb(59,1,128); }
H1.HeaderClassName
{
color: #3B0180;
}
.AnyTagClassName
{
color: #3B0180;
}
</style>
background-color css
<style>
a { background-color: #3B0180; }
a { background-color: rgb(59,1,128); }
div.DivClassName
{
background-color: #3B0180;
}
.BgClassName
{
background-color: #3B0180;
}
</style>
border-color css
<style>
span { border-color: #3B0180; }
span { border-color: rgb(59,1,128); }
td.TdClassName
{
border-color: #3B0180;
}
.TagClassName
{
border-color: #3B0180;
}
</style>