Shades of Indigo #3B017C
Tints of Indigo #3B017C
RGB
CMYK
RGB Variations
Color information
#3B017C (or 0x3B017C) is known color: Indigo. HEX triplet: 3B, 01 and 7C. RGB value is (59,1,124). Sum of RGB (Red+Green+Blue) = 59+1+124=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B017C is #C4FE83. Grayscale: #1F1F1F. Windows color (decimal): -12910212 or 8126779. OLE color: 8126779.
HSL color Cylindrical-coordinate representation of color #3B017C: hue angle of 268.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B017C is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 1 | 124 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.51 |
| HSL | 268.29º | 0.98% | 0.25% | - |
| HSV(B) | 268.29º | 0.99% | 0.49% | - |
| XYZ | 5.45 | 2.41 | 19.25 | - |
| YUV | 32.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 124 | 0.52 | 0.99 | 0 | 0.51 | 268.29 | 0.98 | 0.25 |
| Hex | 3B | 1 | 7C | 34 | 63 | 0 | 33 | 10C | 62 | 19 |
| Octal | 73 | 1 | 174 | 64 | 143 | 0 | 63 | 414 | 142 | 31 |
| Binary | 111011 | 1 | 1111100 | 110100 | 1100011 | 0 | 110011 | 100001100 | 1100010 | 11001 |
Color Harmonies of #3B017C
Complementary color
Monochromatic Colors of #3B017C
Black with #3B017C
Text Example
Text Example
White with #3B017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B017C; }
p { color: rgb(59,1,124); }
H1.HeaderClassName
{
color: #3B017C;
}
.AnyTagClassName
{
color: #3B017C;
}
</style>
background-color css
<style>
a { background-color: #3B017C; }
a { background-color: rgb(59,1,124); }
div.DivClassName
{
background-color: #3B017C;
}
.BgClassName
{
background-color: #3B017C;
}
</style>
border-color css
<style>
span { border-color: #3B017C; }
span { border-color: rgb(59,1,124); }
td.TdClassName
{
border-color: #3B017C;
}
.TagClassName
{
border-color: #3B017C;
}
</style>