Shades of Persian Indigo #3B1A77
Tints of Persian Indigo #3B1A77
RGB
CMYK
RGB Variations
Color information
#3B1A77 (or 0x3B1A77) is known color: Persian Indigo. HEX triplet: 3B, 1A and 77. RGB value is (59,26,119). Sum of RGB (Red+Green+Blue) = 59+26+119=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1A77 is #C4E588. Grayscale: #2E2E2E. Windows color (decimal): -12903817 or 7805499. OLE color: 7805499.
HSL color Cylindrical-coordinate representation of color #3B1A77: hue angle of 261.29º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1A77 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 26 | 119 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.53 |
| HSL | 261.29º | 0.64% | 0.28% | - |
| HSV(B) | 261.29º | 0.78% | 0.47% | - |
| XYZ | 5.5 | 3 | 17.74 | - |
| YUV | 46.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 119 | 0.50 | 0.78 | 0 | 0.53 | 261.29 | 0.64 | 0.28 |
| Hex | 3B | 1A | 77 | 32 | 4E | 0 | 35 | 105 | 40 | 1C |
| Octal | 73 | 32 | 167 | 62 | 116 | 0 | 65 | 405 | 100 | 34 |
| Binary | 111011 | 11010 | 1110111 | 110010 | 1001110 | 0 | 110101 | 100000101 | 1000000 | 11100 |
Color Harmonies of #3B1A77
Complementary color
Monochromatic Colors of #3B1A77
Black with #3B1A77
Text Example
Text Example
White with #3B1A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A77; }
p { color: rgb(59,26,119); }
H1.HeaderClassName
{
color: #3B1A77;
}
.AnyTagClassName
{
color: #3B1A77;
}
</style>
background-color css
<style>
a { background-color: #3B1A77; }
a { background-color: rgb(59,26,119); }
div.DivClassName
{
background-color: #3B1A77;
}
.BgClassName
{
background-color: #3B1A77;
}
</style>
border-color css
<style>
span { border-color: #3B1A77; }
span { border-color: rgb(59,26,119); }
td.TdClassName
{
border-color: #3B1A77;
}
.TagClassName
{
border-color: #3B1A77;
}
</style>