Shades of Persian Indigo #3B129D
Tints of Persian Indigo #3B129D
RGB
CMYK
RGB Variations
Color information
#3B129D (or 0x3B129D) is known color: Persian Indigo. HEX triplet: 3B, 12 and 9D. RGB value is (59,18,157). Sum of RGB (Red+Green+Blue) = 59+18+157=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B129D is #C4ED62. Grayscale: #2D2D2D. Windows color (decimal): -12905827 or 10293819. OLE color: 10293819.
HSL color Cylindrical-coordinate representation of color #3B129D: hue angle of 257.7º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B129D is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 18 | 157 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.38 |
| HSL | 257.7º | 0.79% | 0.34% | - |
| HSV(B) | 257.7º | 0.89% | 0.62% | - |
| XYZ | 8.11 | 3.8 | 32.2 | - |
| YUV | 46.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 157 | 0.62 | 0.89 | 0 | 0.38 | 257.7 | 0.79 | 0.34 |
| Hex | 3B | 12 | 9D | 3E | 59 | 0 | 26 | 102 | 4F | 22 |
| Octal | 73 | 22 | 235 | 76 | 131 | 0 | 46 | 402 | 117 | 42 |
| Binary | 111011 | 10010 | 10011101 | 111110 | 1011001 | 0 | 100110 | 100000010 | 1001111 | 100010 |
Color Harmonies of #3B129D
Complementary color
Monochromatic Colors of #3B129D
Black with #3B129D
Text Example
Text Example
White with #3B129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B129D; }
p { color: rgb(59,18,157); }
H1.HeaderClassName
{
color: #3B129D;
}
.AnyTagClassName
{
color: #3B129D;
}
</style>
background-color css
<style>
a { background-color: #3B129D; }
a { background-color: rgb(59,18,157); }
div.DivClassName
{
background-color: #3B129D;
}
.BgClassName
{
background-color: #3B129D;
}
</style>
border-color css
<style>
span { border-color: #3B129D; }
span { border-color: rgb(59,18,157); }
td.TdClassName
{
border-color: #3B129D;
}
.TagClassName
{
border-color: #3B129D;
}
</style>