Shades of Persian Indigo #3B117D
Tints of Persian Indigo #3B117D
RGB
CMYK
RGB Variations
Color information
#3B117D (or 0x3B117D) is known color: Persian Indigo. HEX triplet: 3B, 11 and 7D. RGB value is (59,17,125). Sum of RGB (Red+Green+Blue) = 59+17+125=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B117D is #C4EE82. Grayscale: #292929. Windows color (decimal): -12906115 or 8196411. OLE color: 8196411.
HSL color Cylindrical-coordinate representation of color #3B117D: hue angle of 263.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B117D is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 17 | 125 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.51 |
| HSL | 263.33º | 0.76% | 0.28% | - |
| HSV(B) | 263.33º | 0.86% | 0.49% | - |
| XYZ | 5.71 | 2.81 | 19.64 | - |
| YUV | 41.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 125 | 0.53 | 0.86 | 0 | 0.51 | 263.33 | 0.76 | 0.28 |
| Hex | 3B | 11 | 7D | 35 | 56 | 0 | 33 | 107 | 4C | 1C |
| Octal | 73 | 21 | 175 | 65 | 126 | 0 | 63 | 407 | 114 | 34 |
| Binary | 111011 | 10001 | 1111101 | 110101 | 1010110 | 0 | 110011 | 100000111 | 1001100 | 11100 |
Color Harmonies of #3B117D
Complementary color
Monochromatic Colors of #3B117D
Black with #3B117D
Text Example
Text Example
White with #3B117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B117D; }
p { color: rgb(59,17,125); }
H1.HeaderClassName
{
color: #3B117D;
}
.AnyTagClassName
{
color: #3B117D;
}
</style>
background-color css
<style>
a { background-color: #3B117D; }
a { background-color: rgb(59,17,125); }
div.DivClassName
{
background-color: #3B117D;
}
.BgClassName
{
background-color: #3B117D;
}
</style>
border-color css
<style>
span { border-color: #3B117D; }
span { border-color: rgb(59,17,125); }
td.TdClassName
{
border-color: #3B117D;
}
.TagClassName
{
border-color: #3B117D;
}
</style>