Shades of Persian Indigo #3A099E
Tints of Persian Indigo #3A099E
RGB
CMYK
RGB Variations
Color information
#3A099E (or 0x3A099E) is known color: Persian Indigo. HEX triplet: 3A, 09 and 9E. RGB value is (58,9,158). Sum of RGB (Red+Green+Blue) = 58+9+158=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A099E is #C5F661. Grayscale: #282828. Windows color (decimal): -12973666 or 10357050. OLE color: 10357050.
HSL color Cylindrical-coordinate representation of color #3A099E: hue angle of 259.73º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A099E is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 9 | 158 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.38 |
| HSL | 259.73º | 0.89% | 0.33% | - |
| HSV(B) | 259.73º | 0.94% | 0.62% | - |
| XYZ | 8.01 | 3.56 | 32.61 | - |
| YUV | 40.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 158 | 0.63 | 0.94 | 0 | 0.38 | 259.73 | 0.89 | 0.33 |
| Hex | 3A | 9 | 9E | 3F | 5E | 0 | 26 | 104 | 59 | 21 |
| Octal | 72 | 11 | 236 | 77 | 136 | 0 | 46 | 404 | 131 | 41 |
| Binary | 111010 | 1001 | 10011110 | 111111 | 1011110 | 0 | 100110 | 100000100 | 1011001 | 100001 |
Color Harmonies of #3A099E
Complementary color
Monochromatic Colors of #3A099E
Black with #3A099E
Text Example
Text Example
White with #3A099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A099E; }
p { color: rgb(58,9,158); }
H1.HeaderClassName
{
color: #3A099E;
}
.AnyTagClassName
{
color: #3A099E;
}
</style>
background-color css
<style>
a { background-color: #3A099E; }
a { background-color: rgb(58,9,158); }
div.DivClassName
{
background-color: #3A099E;
}
.BgClassName
{
background-color: #3A099E;
}
</style>
border-color css
<style>
span { border-color: #3A099E; }
span { border-color: rgb(58,9,158); }
td.TdClassName
{
border-color: #3A099E;
}
.TagClassName
{
border-color: #3A099E;
}
</style>