Shades of Persian Indigo #3A1B72
Tints of Persian Indigo #3A1B72
RGB
CMYK
RGB Variations
Color information
#3A1B72 (or 0x3A1B72) is known color: Persian Indigo. HEX triplet: 3A, 1B and 72. RGB value is (58,27,114). Sum of RGB (Red+Green+Blue) = 58+27+114=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B72 is #C5E48D. Grayscale: #2D2D2D. Windows color (decimal): -12969102 or 7478074. OLE color: 7478074.
HSL color Cylindrical-coordinate representation of color #3A1B72: hue angle of 261.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1B72 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 27 | 114 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.55 |
| HSL | 261.38º | 0.62% | 0.28% | - |
| HSV(B) | 261.38º | 0.76% | 0.45% | - |
| XYZ | 5.17 | 2.9 | 16.21 | - |
| YUV | 46.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 114 | 0.49 | 0.76 | 0 | 0.55 | 261.38 | 0.62 | 0.28 |
| Hex | 3A | 1B | 72 | 31 | 4C | 0 | 37 | 105 | 3E | 1C |
| Octal | 72 | 33 | 162 | 61 | 114 | 0 | 67 | 405 | 76 | 34 |
| Binary | 111010 | 11011 | 1110010 | 110001 | 1001100 | 0 | 110111 | 100000101 | 111110 | 11100 |
Color Harmonies of #3A1B72
Complementary color
Monochromatic Colors of #3A1B72
Black with #3A1B72
Text Example
Text Example
White with #3A1B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B72; }
p { color: rgb(58,27,114); }
H1.HeaderClassName
{
color: #3A1B72;
}
.AnyTagClassName
{
color: #3A1B72;
}
</style>
background-color css
<style>
a { background-color: #3A1B72; }
a { background-color: rgb(58,27,114); }
div.DivClassName
{
background-color: #3A1B72;
}
.BgClassName
{
background-color: #3A1B72;
}
</style>
border-color css
<style>
span { border-color: #3A1B72; }
span { border-color: rgb(58,27,114); }
td.TdClassName
{
border-color: #3A1B72;
}
.TagClassName
{
border-color: #3A1B72;
}
</style>