Shades of Persian Indigo #3A199B
Tints of Persian Indigo #3A199B
RGB
CMYK
RGB Variations
Color information
#3A199B (or 0x3A199B) is known color: Persian Indigo. HEX triplet: 3A, 19 and 9B. RGB value is (58,25,155). Sum of RGB (Red+Green+Blue) = 58+25+155=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A199B is #C5E664. Grayscale: #313131. Windows color (decimal): -12969573 or 10164538. OLE color: 10164538.
HSL color Cylindrical-coordinate representation of color #3A199B: hue angle of 255.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A199B is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 25 | 155 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.39 |
| HSL | 255.23º | 0.72% | 0.35% | - |
| HSV(B) | 255.23º | 0.84% | 0.61% | - |
| XYZ | 8.01 | 3.96 | 31.35 | - |
| YUV | 49.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 155 | 0.63 | 0.84 | 0 | 0.39 | 255.23 | 0.72 | 0.35 |
| Hex | 3A | 19 | 9B | 3F | 54 | 0 | 27 | FF | 48 | 23 |
| Octal | 72 | 31 | 233 | 77 | 124 | 0 | 47 | 377 | 110 | 43 |
| Binary | 111010 | 11001 | 10011011 | 111111 | 1010100 | 0 | 100111 | 11111111 | 1001000 | 100011 |
Color Harmonies of #3A199B
Complementary color
Monochromatic Colors of #3A199B
Black with #3A199B
Text Example
Text Example
White with #3A199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A199B; }
p { color: rgb(58,25,155); }
H1.HeaderClassName
{
color: #3A199B;
}
.AnyTagClassName
{
color: #3A199B;
}
</style>
background-color css
<style>
a { background-color: #3A199B; }
a { background-color: rgb(58,25,155); }
div.DivClassName
{
background-color: #3A199B;
}
.BgClassName
{
background-color: #3A199B;
}
</style>
border-color css
<style>
span { border-color: #3A199B; }
span { border-color: rgb(58,25,155); }
td.TdClassName
{
border-color: #3A199B;
}
.TagClassName
{
border-color: #3A199B;
}
</style>