Shades of Persian Indigo #3A1294
Tints of Persian Indigo #3A1294
RGB
CMYK
RGB Variations
Color information
#3A1294 (or 0x3A1294) is known color: Persian Indigo. HEX triplet: 3A, 12 and 94. RGB value is (58,18,148). Sum of RGB (Red+Green+Blue) = 58+18+148=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A1294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1294 is #C5ED6B. Grayscale: #2C2C2C. Windows color (decimal): -12971372 or 9703994. OLE color: 9703994.
HSL color Cylindrical-coordinate representation of color #3A1294: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1294 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 18 | 148 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.42 |
| HSL | 258.46º | 0.78% | 0.33% | - |
| HSV(B) | 258.46º | 0.88% | 0.58% | - |
| XYZ | 7.31 | 3.47 | 28.3 | - |
| YUV | 44.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 148 | 0.61 | 0.88 | 0 | 0.42 | 258.46 | 0.78 | 0.33 |
| Hex | 3A | 12 | 94 | 3D | 58 | 0 | 2A | 102 | 4E | 21 |
| Octal | 72 | 22 | 224 | 75 | 130 | 0 | 52 | 402 | 116 | 41 |
| Binary | 111010 | 10010 | 10010100 | 111101 | 1011000 | 0 | 101010 | 100000010 | 1001110 | 100001 |
Color Harmonies of #3A1294
Complementary color
Monochromatic Colors of #3A1294
Black with #3A1294
Text Example
Text Example
White with #3A1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1294; }
p { color: rgb(58,18,148); }
H1.HeaderClassName
{
color: #3A1294;
}
.AnyTagClassName
{
color: #3A1294;
}
</style>
background-color css
<style>
a { background-color: #3A1294; }
a { background-color: rgb(58,18,148); }
div.DivClassName
{
background-color: #3A1294;
}
.BgClassName
{
background-color: #3A1294;
}
</style>
border-color css
<style>
span { border-color: #3A1294; }
span { border-color: rgb(58,18,148); }
td.TdClassName
{
border-color: #3A1294;
}
.TagClassName
{
border-color: #3A1294;
}
</style>