Shades of Indigo #3B0373
Tints of Indigo #3B0373
RGB
CMYK
RGB Variations
Color information
#3B0373 (or 0x3B0373) is known color: Indigo. HEX triplet: 3B, 03 and 73. RGB value is (59,3,115). Sum of RGB (Red+Green+Blue) = 59+3+115=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0373 is #C4FC8C. Grayscale: #202020. Windows color (decimal): -12909709 or 7537467. OLE color: 7537467.
HSL color Cylindrical-coordinate representation of color #3B0373: hue angle of 270º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0373 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 3 | 115 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.55 |
| HSL | 270º | 0.95% | 0.23% | - |
| HSV(B) | 270º | 0.97% | 0.45% | - |
| XYZ | 4.93 | 2.23 | 16.39 | - |
| YUV | 32.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 115 | 0.49 | 0.97 | 0 | 0.55 | 270 | 0.95 | 0.23 |
| Hex | 3B | 3 | 73 | 31 | 61 | 0 | 37 | 10E | 5F | 17 |
| Octal | 73 | 3 | 163 | 61 | 141 | 0 | 67 | 416 | 137 | 27 |
| Binary | 111011 | 11 | 1110011 | 110001 | 1100001 | 0 | 110111 | 100001110 | 1011111 | 10111 |
Color Harmonies of #3B0373
Complementary color
Monochromatic Colors of #3B0373
Black with #3B0373
Text Example
Text Example
White with #3B0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0373; }
p { color: rgb(59,3,115); }
H1.HeaderClassName
{
color: #3B0373;
}
.AnyTagClassName
{
color: #3B0373;
}
</style>
background-color css
<style>
a { background-color: #3B0373; }
a { background-color: rgb(59,3,115); }
div.DivClassName
{
background-color: #3B0373;
}
.BgClassName
{
background-color: #3B0373;
}
</style>
border-color css
<style>
span { border-color: #3B0373; }
span { border-color: rgb(59,3,115); }
td.TdClassName
{
border-color: #3B0373;
}
.TagClassName
{
border-color: #3B0373;
}
</style>