Shades of Persian Indigo #3A086E
Tints of Persian Indigo #3A086E
RGB
CMYK
RGB Variations
Color information
#3A086E (or 0x3A086E) is known color: Persian Indigo. HEX triplet: 3A, 08 and 6E. RGB value is (58,8,110). Sum of RGB (Red+Green+Blue) = 58+8+110=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A086E is #C5F791. Grayscale: #222222. Windows color (decimal): -12973970 or 7211066. OLE color: 7211066.
HSL color Cylindrical-coordinate representation of color #3A086E: hue angle of 269.41º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A086E is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 8 | 110 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.57 |
| HSL | 269.41º | 0.86% | 0.23% | - |
| HSV(B) | 269.41º | 0.93% | 0.43% | - |
| XYZ | 4.65 | 2.2 | 14.93 | - |
| YUV | 34.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 110 | 0.47 | 0.93 | 0 | 0.57 | 269.41 | 0.86 | 0.23 |
| Hex | 3A | 8 | 6E | 2F | 5D | 0 | 39 | 10D | 56 | 17 |
| Octal | 72 | 10 | 156 | 57 | 135 | 0 | 71 | 415 | 126 | 27 |
| Binary | 111010 | 1000 | 1101110 | 101111 | 1011101 | 0 | 111001 | 100001101 | 1010110 | 10111 |
Color Harmonies of #3A086E
Complementary color
Monochromatic Colors of #3A086E
Black with #3A086E
Text Example
Text Example
White with #3A086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A086E; }
p { color: rgb(58,8,110); }
H1.HeaderClassName
{
color: #3A086E;
}
.AnyTagClassName
{
color: #3A086E;
}
</style>
background-color css
<style>
a { background-color: #3A086E; }
a { background-color: rgb(58,8,110); }
div.DivClassName
{
background-color: #3A086E;
}
.BgClassName
{
background-color: #3A086E;
}
</style>
border-color css
<style>
span { border-color: #3A086E; }
span { border-color: rgb(58,8,110); }
td.TdClassName
{
border-color: #3A086E;
}
.TagClassName
{
border-color: #3A086E;
}
</style>