Shades of Indigo #3B017D
Tints of Indigo #3B017D
RGB
CMYK
RGB Variations
Color information
#3B017D (or 0x3B017D) is known color: Indigo. HEX triplet: 3B, 01 and 7D. RGB value is (59,1,125). Sum of RGB (Red+Green+Blue) = 59+1+125=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B017D is #C4FE82. Grayscale: #202020. Windows color (decimal): -12910211 or 8192315. OLE color: 8192315.
HSL color Cylindrical-coordinate representation of color #3B017D: hue angle of 268.06º 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 #3B017D is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 1 | 125 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.51 |
| HSL | 268.06º | 0.98% | 0.25% | - |
| HSV(B) | 268.06º | 0.99% | 0.49% | - |
| XYZ | 5.52 | 2.43 | 19.58 | - |
| YUV | 32.48 | 180.22 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 125 | 0.53 | 0.99 | 0 | 0.51 | 268.06 | 0.98 | 0.25 |
| Hex | 3B | 1 | 7D | 35 | 63 | 0 | 33 | 10C | 62 | 19 |
| Octal | 73 | 1 | 175 | 65 | 143 | 0 | 63 | 414 | 142 | 31 |
| Binary | 111011 | 1 | 1111101 | 110101 | 1100011 | 0 | 110011 | 100001100 | 1100010 | 11001 |
Color Harmonies of #3B017D
Complementary color
Monochromatic Colors of #3B017D
Black with #3B017D
Text Example
Text Example
White with #3B017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B017D; }
p { color: rgb(59,1,125); }
H1.HeaderClassName
{
color: #3B017D;
}
.AnyTagClassName
{
color: #3B017D;
}
</style>
background-color css
<style>
a { background-color: #3B017D; }
a { background-color: rgb(59,1,125); }
div.DivClassName
{
background-color: #3B017D;
}
.BgClassName
{
background-color: #3B017D;
}
</style>
border-color css
<style>
span { border-color: #3B017D; }
span { border-color: rgb(59,1,125); }
td.TdClassName
{
border-color: #3B017D;
}
.TagClassName
{
border-color: #3B017D;
}
</style>