Shades of Indigo #3B0092
Tints of Indigo #3B0092
RGB
CMYK
RGB Variations
Color information
#3B0092 (or 0x3B0092) is known color: Indigo. HEX triplet: 3B, 00 and 92. RGB value is (59,0,146). Sum of RGB (Red+Green+Blue) = 59+0+146=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0092 is #C4FF6D. Grayscale: #212121. Windows color (decimal): -12910446 or 9568315. OLE color: 9568315.
HSL color Cylindrical-coordinate representation of color #3B0092: hue angle of 264.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0092 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 0 | 146 | - |
| CMYK | 0.60 | 1 | 0 | 0.43 |
| HSL | 264.25º | 1% | 0.29% | - |
| HSV(B) | 264.25º | 1% | 0.57% | - |
| XYZ | 6.99 | 3.01 | 27.41 | - |
| YUV | 34.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 146 | 0.60 | 1 | 0 | 0.43 | 264.25 | 1 | 0.29 |
| Hex | 3B | 0 | 92 | 3C | 64 | 0 | 2B | 108 | 64 | 1D |
| Octal | 73 | 0 | 222 | 74 | 144 | 0 | 53 | 410 | 144 | 35 |
| Binary | 111011 | 0 | 10010010 | 111100 | 1100100 | 0 | 101011 | 100001000 | 1100100 | 11101 |
Color Harmonies of #3B0092
Complementary color
Monochromatic Colors of #3B0092
Black with #3B0092
Text Example
Text Example
White with #3B0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0092; }
p { color: rgb(59,0,146); }
H1.HeaderClassName
{
color: #3B0092;
}
.AnyTagClassName
{
color: #3B0092;
}
</style>
background-color css
<style>
a { background-color: #3B0092; }
a { background-color: rgb(59,0,146); }
div.DivClassName
{
background-color: #3B0092;
}
.BgClassName
{
background-color: #3B0092;
}
</style>
border-color css
<style>
span { border-color: #3B0092; }
span { border-color: rgb(59,0,146); }
td.TdClassName
{
border-color: #3B0092;
}
.TagClassName
{
border-color: #3B0092;
}
</style>