Shades of Persian Indigo #3A1878
Tints of Persian Indigo #3A1878
RGB
CMYK
RGB Variations
Color information
#3A1878 (or 0x3A1878) is known color: Persian Indigo. HEX triplet: 3A, 18 and 78. RGB value is (58,24,120). Sum of RGB (Red+Green+Blue) = 58+24+120=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1878 is #C5E787. Grayscale: #2C2C2C. Windows color (decimal): -12969864 or 7870522. OLE color: 7870522.
HSL color Cylindrical-coordinate representation of color #3A1878: hue angle of 261.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1878 is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 24 | 120 | - |
| CMYK | 0.52 | 0.8 | 0 | 0.53 |
| HSL | 261.25º | 0.67% | 0.28% | - |
| HSV(B) | 261.25º | 0.8% | 0.47% | - |
| XYZ | 5.46 | 2.91 | 18.04 | - |
| YUV | 45.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 120 | 0.52 | 0.8 | 0 | 0.53 | 261.25 | 0.67 | 0.28 |
| Hex | 3A | 18 | 78 | 34 | 50 | 0 | 35 | 105 | 43 | 1C |
| Octal | 72 | 30 | 170 | 64 | 120 | 0 | 65 | 405 | 103 | 34 |
| Binary | 111010 | 11000 | 1111000 | 110100 | 1010000 | 0 | 110101 | 100000101 | 1000011 | 11100 |
Color Harmonies of #3A1878
Complementary color
Monochromatic Colors of #3A1878
Black with #3A1878
Text Example
Text Example
White with #3A1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1878; }
p { color: rgb(58,24,120); }
H1.HeaderClassName
{
color: #3A1878;
}
.AnyTagClassName
{
color: #3A1878;
}
</style>
background-color css
<style>
a { background-color: #3A1878; }
a { background-color: rgb(58,24,120); }
div.DivClassName
{
background-color: #3A1878;
}
.BgClassName
{
background-color: #3A1878;
}
</style>
border-color css
<style>
span { border-color: #3A1878; }
span { border-color: rgb(58,24,120); }
td.TdClassName
{
border-color: #3A1878;
}
.TagClassName
{
border-color: #3A1878;
}
</style>