Shades of Persian Indigo #3A099B
Tints of Persian Indigo #3A099B
RGB
CMYK
RGB Variations
Color information
#3A099B (or 0x3A099B) is known color: Persian Indigo. HEX triplet: 3A, 09 and 9B. RGB value is (58,9,155). Sum of RGB (Red+Green+Blue) = 58+9+155=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A099B is #C5F664. Grayscale: #272727. Windows color (decimal): -12973669 or 10160442. OLE color: 10160442.
HSL color Cylindrical-coordinate representation of color #3A099B: hue angle of 260.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A099B is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 9 | 155 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.39 |
| HSL | 260.14º | 0.89% | 0.32% | - |
| HSV(B) | 260.14º | 0.94% | 0.61% | - |
| XYZ | 7.76 | 3.46 | 31.27 | - |
| YUV | 40.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 155 | 0.63 | 0.94 | 0 | 0.39 | 260.14 | 0.89 | 0.32 |
| Hex | 3A | 9 | 9B | 3F | 5E | 0 | 27 | 104 | 59 | 20 |
| Octal | 72 | 11 | 233 | 77 | 136 | 0 | 47 | 404 | 131 | 40 |
| Binary | 111010 | 1001 | 10011011 | 111111 | 1011110 | 0 | 100111 | 100000100 | 1011001 | 100000 |
Color Harmonies of #3A099B
Complementary color
Monochromatic Colors of #3A099B
Black with #3A099B
Text Example
Text Example
White with #3A099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A099B; }
p { color: rgb(58,9,155); }
H1.HeaderClassName
{
color: #3A099B;
}
.AnyTagClassName
{
color: #3A099B;
}
</style>
background-color css
<style>
a { background-color: #3A099B; }
a { background-color: rgb(58,9,155); }
div.DivClassName
{
background-color: #3A099B;
}
.BgClassName
{
background-color: #3A099B;
}
</style>
border-color css
<style>
span { border-color: #3A099B; }
span { border-color: rgb(58,9,155); }
td.TdClassName
{
border-color: #3A099B;
}
.TagClassName
{
border-color: #3A099B;
}
</style>