Shades of Persian Indigo #3A089D
Tints of Persian Indigo #3A089D
RGB
CMYK
RGB Variations
Color information
#3A089D (or 0x3A089D) is known color: Persian Indigo. HEX triplet: 3A, 08 and 9D. RGB value is (58,8,157). Sum of RGB (Red+Green+Blue) = 58+8+157=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A089D is #C5F762. Grayscale: #272727. Windows color (decimal): -12973923 or 10291258. OLE color: 10291258.
HSL color Cylindrical-coordinate representation of color #3A089D: hue angle of 260.13º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A089D is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 8 | 157 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.38 |
| HSL | 260.13º | 0.9% | 0.32% | - |
| HSV(B) | 260.13º | 0.95% | 0.62% | - |
| XYZ | 7.92 | 3.51 | 32.16 | - |
| YUV | 39.94 | 194.07 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 157 | 0.63 | 0.95 | 0 | 0.38 | 260.13 | 0.9 | 0.32 |
| Hex | 3A | 8 | 9D | 3F | 5F | 0 | 26 | 104 | 5A | 20 |
| Octal | 72 | 10 | 235 | 77 | 137 | 0 | 46 | 404 | 132 | 40 |
| Binary | 111010 | 1000 | 10011101 | 111111 | 1011111 | 0 | 100110 | 100000100 | 1011010 | 100000 |
Color Harmonies of #3A089D
Complementary color
Monochromatic Colors of #3A089D
Black with #3A089D
Text Example
Text Example
White with #3A089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A089D; }
p { color: rgb(58,8,157); }
H1.HeaderClassName
{
color: #3A089D;
}
.AnyTagClassName
{
color: #3A089D;
}
</style>
background-color css
<style>
a { background-color: #3A089D; }
a { background-color: rgb(58,8,157); }
div.DivClassName
{
background-color: #3A089D;
}
.BgClassName
{
background-color: #3A089D;
}
</style>
border-color css
<style>
span { border-color: #3A089D; }
span { border-color: rgb(58,8,157); }
td.TdClassName
{
border-color: #3A089D;
}
.TagClassName
{
border-color: #3A089D;
}
</style>