Shades of Persian Indigo #3A16AB
Tints of Persian Indigo #3A16AB
RGB
CMYK
RGB Variations
Color information
#3A16AB (or 0x3A16AB) is known color: Persian Indigo. HEX triplet: 3A, 16 and AB. RGB value is (58,22,171). Sum of RGB (Red+Green+Blue) = 58+22+171=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A16AB is #C5E954. Grayscale: #313131. Windows color (decimal): -12970325 or 11212346. OLE color: 11212346.
HSL color Cylindrical-coordinate representation of color #3A16AB: hue angle of 254.5º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A16AB is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 22 | 171 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.33 |
| HSL | 254.5º | 0.77% | 0.38% | - |
| HSV(B) | 254.5º | 0.87% | 0.67% | - |
| XYZ | 9.38 | 4.41 | 38.89 | - |
| YUV | 49.75 | 196.43 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 171 | 0.66 | 0.87 | 0 | 0.33 | 254.5 | 0.77 | 0.38 |
| Hex | 3A | 16 | AB | 42 | 57 | 0 | 21 | FE | 4D | 26 |
| Octal | 72 | 26 | 253 | 102 | 127 | 0 | 41 | 376 | 115 | 46 |
| Binary | 111010 | 10110 | 10101011 | 1000010 | 1010111 | 0 | 100001 | 11111110 | 1001101 | 100110 |
Color Harmonies of #3A16AB
Complementary color
Monochromatic Colors of #3A16AB
Black with #3A16AB
Text Example
Text Example
White with #3A16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16AB; }
p { color: rgb(58,22,171); }
H1.HeaderClassName
{
color: #3A16AB;
}
.AnyTagClassName
{
color: #3A16AB;
}
</style>
background-color css
<style>
a { background-color: #3A16AB; }
a { background-color: rgb(58,22,171); }
div.DivClassName
{
background-color: #3A16AB;
}
.BgClassName
{
background-color: #3A16AB;
}
</style>
border-color css
<style>
span { border-color: #3A16AB; }
span { border-color: rgb(58,22,171); }
td.TdClassName
{
border-color: #3A16AB;
}
.TagClassName
{
border-color: #3A16AB;
}
</style>