Shades of Indigo #3B005F
Tints of Indigo #3B005F
RGB
CMYK
RGB Variations
Color information
#3B005F (or 0x3B005F) is known color: Indigo. HEX triplet: 3B, 00 and 5F. RGB value is (59,0,95). Sum of RGB (Red+Green+Blue) = 59+0+95=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B005F is #C4FFA0. Grayscale: #1C1C1C. Windows color (decimal): -12910497 or 6225979. OLE color: 6225979.
HSL color Cylindrical-coordinate representation of color #3B005F: hue angle of 277.26º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B005F is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 0 | 95 | - |
| CMYK | 0.38 | 1 | 0 | 0.63 |
| HSL | 277.26º | 1% | 0.19% | - |
| HSV(B) | 277.26º | 1% | 0.37% | - |
| XYZ | 3.87 | 1.76 | 10.96 | - |
| YUV | 28.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 95 | 0.38 | 1 | 0 | 0.63 | 277.26 | 1 | 0.19 |
| Hex | 3B | 0 | 5F | 26 | 64 | 0 | 3F | 115 | 64 | 13 |
| Octal | 73 | 0 | 137 | 46 | 144 | 0 | 77 | 425 | 144 | 23 |
| Binary | 111011 | 0 | 1011111 | 100110 | 1100100 | 0 | 111111 | 100010101 | 1100100 | 10011 |
Color Harmonies of #3B005F
Complementary color
Monochromatic Colors of #3B005F
Black with #3B005F
Text Example
Text Example
White with #3B005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B005F; }
p { color: rgb(59,0,95); }
H1.HeaderClassName
{
color: #3B005F;
}
.AnyTagClassName
{
color: #3B005F;
}
</style>
background-color css
<style>
a { background-color: #3B005F; }
a { background-color: rgb(59,0,95); }
div.DivClassName
{
background-color: #3B005F;
}
.BgClassName
{
background-color: #3B005F;
}
</style>
border-color css
<style>
span { border-color: #3B005F; }
span { border-color: rgb(59,0,95); }
td.TdClassName
{
border-color: #3B005F;
}
.TagClassName
{
border-color: #3B005F;
}
</style>