Shades of Indigo #3B0292
Tints of Indigo #3B0292
RGB
CMYK
RGB Variations
Color information
#3B0292 (or 0x3B0292) is known color: Indigo. HEX triplet: 3B, 02 and 92. RGB value is (59,2,146). Sum of RGB (Red+Green+Blue) = 59+2+146=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0292 is #C4FD6D. Grayscale: #222222. Windows color (decimal): -12909934 or 9568827. OLE color: 9568827.
HSL color Cylindrical-coordinate representation of color #3B0292: hue angle of 263.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0292 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 2 | 146 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.43 |
| HSL | 263.75º | 0.97% | 0.29% | - |
| HSV(B) | 263.75º | 0.99% | 0.57% | - |
| XYZ | 7.01 | 3.05 | 27.41 | - |
| YUV | 35.46 | 190.38 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 146 | 0.60 | 0.99 | 0 | 0.43 | 263.75 | 0.97 | 0.29 |
| Hex | 3B | 2 | 92 | 3C | 63 | 0 | 2B | 108 | 61 | 1D |
| Octal | 73 | 2 | 222 | 74 | 143 | 0 | 53 | 410 | 141 | 35 |
| Binary | 111011 | 10 | 10010010 | 111100 | 1100011 | 0 | 101011 | 100001000 | 1100001 | 11101 |
Color Harmonies of #3B0292
Complementary color
Monochromatic Colors of #3B0292
Black with #3B0292
Text Example
Text Example
White with #3B0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0292; }
p { color: rgb(59,2,146); }
H1.HeaderClassName
{
color: #3B0292;
}
.AnyTagClassName
{
color: #3B0292;
}
</style>
background-color css
<style>
a { background-color: #3B0292; }
a { background-color: rgb(59,2,146); }
div.DivClassName
{
background-color: #3B0292;
}
.BgClassName
{
background-color: #3B0292;
}
</style>
border-color css
<style>
span { border-color: #3B0292; }
span { border-color: rgb(59,2,146); }
td.TdClassName
{
border-color: #3B0292;
}
.TagClassName
{
border-color: #3B0292;
}
</style>