Shades of Indigo #3B0290
Tints of Indigo #3B0290
RGB
CMYK
RGB Variations
Color information
#3B0290 (or 0x3B0290) is known color: Indigo. HEX triplet: 3B, 02 and 90. RGB value is (59,2,144). Sum of RGB (Red+Green+Blue) = 59+2+144=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0290 is #C4FD6F. Grayscale: #222222. Windows color (decimal): -12909936 or 9437755. OLE color: 9437755.
HSL color Cylindrical-coordinate representation of color #3B0290: hue angle of 264.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0290 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 2 | 144 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.44 |
| HSL | 264.08º | 0.97% | 0.29% | - |
| HSV(B) | 264.08º | 0.99% | 0.56% | - |
| XYZ | 6.86 | 2.99 | 26.6 | - |
| YUV | 35.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 144 | 0.59 | 0.99 | 0 | 0.44 | 264.08 | 0.97 | 0.29 |
| Hex | 3B | 2 | 90 | 3B | 63 | 0 | 2C | 108 | 61 | 1D |
| Octal | 73 | 2 | 220 | 73 | 143 | 0 | 54 | 410 | 141 | 35 |
| Binary | 111011 | 10 | 10010000 | 111011 | 1100011 | 0 | 101100 | 100001000 | 1100001 | 11101 |
Color Harmonies of #3B0290
Complementary color
Monochromatic Colors of #3B0290
Black with #3B0290
Text Example
Text Example
White with #3B0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0290; }
p { color: rgb(59,2,144); }
H1.HeaderClassName
{
color: #3B0290;
}
.AnyTagClassName
{
color: #3B0290;
}
</style>
background-color css
<style>
a { background-color: #3B0290; }
a { background-color: rgb(59,2,144); }
div.DivClassName
{
background-color: #3B0290;
}
.BgClassName
{
background-color: #3B0290;
}
</style>
border-color css
<style>
span { border-color: #3B0290; }
span { border-color: rgb(59,2,144); }
td.TdClassName
{
border-color: #3B0290;
}
.TagClassName
{
border-color: #3B0290;
}
</style>