Shades of Persian Indigo #3B127F
Tints of Persian Indigo #3B127F
RGB
CMYK
RGB Variations
Color information
#3B127F (or 0x3B127F) is known color: Persian Indigo. HEX triplet: 3B, 12 and 7F. RGB value is (59,18,127). Sum of RGB (Red+Green+Blue) = 59+18+127=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B127F is #C4ED80. Grayscale: #2A2A2A. Windows color (decimal): -12905857 or 8327739. OLE color: 8327739.
HSL color Cylindrical-coordinate representation of color #3B127F: hue angle of 262.57º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B127F is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 18 | 127 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.50 |
| HSL | 262.57º | 0.75% | 0.28% | - |
| HSV(B) | 262.57º | 0.86% | 0.5% | - |
| XYZ | 5.85 | 2.89 | 20.33 | - |
| YUV | 42.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 127 | 0.54 | 0.86 | 0 | 0.50 | 262.57 | 0.75 | 0.28 |
| Hex | 3B | 12 | 7F | 36 | 56 | 0 | 32 | 107 | 4B | 1C |
| Octal | 73 | 22 | 177 | 66 | 126 | 0 | 62 | 407 | 113 | 34 |
| Binary | 111011 | 10010 | 1111111 | 110110 | 1010110 | 0 | 110010 | 100000111 | 1001011 | 11100 |
Color Harmonies of #3B127F
Complementary color
Monochromatic Colors of #3B127F
Black with #3B127F
Text Example
Text Example
White with #3B127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B127F; }
p { color: rgb(59,18,127); }
H1.HeaderClassName
{
color: #3B127F;
}
.AnyTagClassName
{
color: #3B127F;
}
</style>
background-color css
<style>
a { background-color: #3B127F; }
a { background-color: rgb(59,18,127); }
div.DivClassName
{
background-color: #3B127F;
}
.BgClassName
{
background-color: #3B127F;
}
</style>
border-color css
<style>
span { border-color: #3B127F; }
span { border-color: rgb(59,18,127); }
td.TdClassName
{
border-color: #3B127F;
}
.TagClassName
{
border-color: #3B127F;
}
</style>