Shades of Persian Indigo #3A167A
Tints of Persian Indigo #3A167A
RGB
CMYK
RGB Variations
Color information
#3A167A (or 0x3A167A) is known color: Persian Indigo. HEX triplet: 3A, 16 and 7A. RGB value is (58,22,122). Sum of RGB (Red+Green+Blue) = 58+22+122=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A167A is #C5E985. Grayscale: #2B2B2B. Windows color (decimal): -12970374 or 8001082. OLE color: 8001082.
HSL color Cylindrical-coordinate representation of color #3A167A: hue angle of 261.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A167A is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 22 | 122 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.52 |
| HSL | 261.6º | 0.69% | 0.28% | - |
| HSV(B) | 261.6º | 0.82% | 0.48% | - |
| XYZ | 5.54 | 2.88 | 18.68 | - |
| YUV | 44.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 122 | 0.52 | 0.82 | 0 | 0.52 | 261.6 | 0.69 | 0.28 |
| Hex | 3A | 16 | 7A | 34 | 52 | 0 | 34 | 106 | 45 | 1C |
| Octal | 72 | 26 | 172 | 64 | 122 | 0 | 64 | 406 | 105 | 34 |
| Binary | 111010 | 10110 | 1111010 | 110100 | 1010010 | 0 | 110100 | 100000110 | 1000101 | 11100 |
Color Harmonies of #3A167A
Complementary color
Monochromatic Colors of #3A167A
Black with #3A167A
Text Example
Text Example
White with #3A167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A167A; }
p { color: rgb(58,22,122); }
H1.HeaderClassName
{
color: #3A167A;
}
.AnyTagClassName
{
color: #3A167A;
}
</style>
background-color css
<style>
a { background-color: #3A167A; }
a { background-color: rgb(58,22,122); }
div.DivClassName
{
background-color: #3A167A;
}
.BgClassName
{
background-color: #3A167A;
}
</style>
border-color css
<style>
span { border-color: #3A167A; }
span { border-color: rgb(58,22,122); }
td.TdClassName
{
border-color: #3A167A;
}
.TagClassName
{
border-color: #3A167A;
}
</style>