Shades of Persian Indigo #3A1078
Tints of Persian Indigo #3A1078
RGB
CMYK
RGB Variations
Color information
#3A1078 (or 0x3A1078) is known color: Persian Indigo. HEX triplet: 3A, 10 and 78. RGB value is (58,16,120). Sum of RGB (Red+Green+Blue) = 58+16+120=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1078 is #C5EF87. Grayscale: #282828. Windows color (decimal): -12971912 or 7868474. OLE color: 7868474.
HSL color Cylindrical-coordinate representation of color #3A1078: hue angle of 264.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1078 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 16 | 120 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.53 |
| HSL | 264.23º | 0.76% | 0.27% | - |
| HSV(B) | 264.23º | 0.87% | 0.47% | - |
| XYZ | 5.32 | 2.63 | 18 | - |
| YUV | 40.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 120 | 0.52 | 0.87 | 0 | 0.53 | 264.23 | 0.76 | 0.27 |
| Hex | 3A | 10 | 78 | 34 | 57 | 0 | 35 | 108 | 4C | 1B |
| Octal | 72 | 20 | 170 | 64 | 127 | 0 | 65 | 410 | 114 | 33 |
| Binary | 111010 | 10000 | 1111000 | 110100 | 1010111 | 0 | 110101 | 100001000 | 1001100 | 11011 |
Color Harmonies of #3A1078
Complementary color
Monochromatic Colors of #3A1078
Black with #3A1078
Text Example
Text Example
White with #3A1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1078; }
p { color: rgb(58,16,120); }
H1.HeaderClassName
{
color: #3A1078;
}
.AnyTagClassName
{
color: #3A1078;
}
</style>
background-color css
<style>
a { background-color: #3A1078; }
a { background-color: rgb(58,16,120); }
div.DivClassName
{
background-color: #3A1078;
}
.BgClassName
{
background-color: #3A1078;
}
</style>
border-color css
<style>
span { border-color: #3A1078; }
span { border-color: rgb(58,16,120); }
td.TdClassName
{
border-color: #3A1078;
}
.TagClassName
{
border-color: #3A1078;
}
</style>