Shades of Persian Indigo #3A177B
Tints of Persian Indigo #3A177B
RGB
CMYK
RGB Variations
Color information
#3A177B (or 0x3A177B) is known color: Persian Indigo. HEX triplet: 3A, 17 and 7B. RGB value is (58,23,123). Sum of RGB (Red+Green+Blue) = 58+23+123=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A177B is #C5E884. Grayscale: #2C2C2C. Windows color (decimal): -12970117 or 8066874. OLE color: 8066874.
HSL color Cylindrical-coordinate representation of color #3A177B: hue angle of 261º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A177B is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 23 | 123 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.52 |
| HSL | 261º | 0.68% | 0.29% | - |
| HSV(B) | 261º | 0.81% | 0.48% | - |
| XYZ | 5.63 | 2.94 | 19.01 | - |
| YUV | 44.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 123 | 0.53 | 0.81 | 0 | 0.52 | 261 | 0.68 | 0.29 |
| Hex | 3A | 17 | 7B | 35 | 51 | 0 | 34 | 105 | 44 | 1D |
| Octal | 72 | 27 | 173 | 65 | 121 | 0 | 64 | 405 | 104 | 35 |
| Binary | 111010 | 10111 | 1111011 | 110101 | 1010001 | 0 | 110100 | 100000101 | 1000100 | 11101 |
Color Harmonies of #3A177B
Complementary color
Monochromatic Colors of #3A177B
Black with #3A177B
Text Example
Text Example
White with #3A177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A177B; }
p { color: rgb(58,23,123); }
H1.HeaderClassName
{
color: #3A177B;
}
.AnyTagClassName
{
color: #3A177B;
}
</style>
background-color css
<style>
a { background-color: #3A177B; }
a { background-color: rgb(58,23,123); }
div.DivClassName
{
background-color: #3A177B;
}
.BgClassName
{
background-color: #3A177B;
}
</style>
border-color css
<style>
span { border-color: #3A177B; }
span { border-color: rgb(58,23,123); }
td.TdClassName
{
border-color: #3A177B;
}
.TagClassName
{
border-color: #3A177B;
}
</style>