Shades of Indigo #3B006F
Tints of Indigo #3B006F
RGB
CMYK
RGB Variations
Color information
#3B006F (or 0x3B006F) is known color: Indigo. HEX triplet: 3B, 00 and 6F. RGB value is (59,0,111). Sum of RGB (Red+Green+Blue) = 59+0+111=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B006F is #C4FF90. Grayscale: #1D1D1D. Windows color (decimal): -12910481 or 7274555. OLE color: 7274555.
HSL color Cylindrical-coordinate representation of color #3B006F: hue angle of 271.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B006F is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 0 | 111 | - |
| CMYK | 0.47 | 1 | 0 | 0.56 |
| HSL | 271.89º | 1% | 0.22% | - |
| HSV(B) | 271.89º | 1% | 0.44% | - |
| XYZ | 4.67 | 2.08 | 15.19 | - |
| YUV | 30.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 111 | 0.47 | 1 | 0 | 0.56 | 271.89 | 1 | 0.22 |
| Hex | 3B | 0 | 6F | 2F | 64 | 0 | 38 | 110 | 64 | 16 |
| Octal | 73 | 0 | 157 | 57 | 144 | 0 | 70 | 420 | 144 | 26 |
| Binary | 111011 | 0 | 1101111 | 101111 | 1100100 | 0 | 111000 | 100010000 | 1100100 | 10110 |
Color Harmonies of #3B006F
Complementary color
Monochromatic Colors of #3B006F
Black with #3B006F
Text Example
Text Example
White with #3B006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B006F; }
p { color: rgb(59,0,111); }
H1.HeaderClassName
{
color: #3B006F;
}
.AnyTagClassName
{
color: #3B006F;
}
</style>
background-color css
<style>
a { background-color: #3B006F; }
a { background-color: rgb(59,0,111); }
div.DivClassName
{
background-color: #3B006F;
}
.BgClassName
{
background-color: #3B006F;
}
</style>
border-color css
<style>
span { border-color: #3B006F; }
span { border-color: rgb(59,0,111); }
td.TdClassName
{
border-color: #3B006F;
}
.TagClassName
{
border-color: #3B006F;
}
</style>