Shades of Persian Indigo #3A1270
Tints of Persian Indigo #3A1270
RGB
CMYK
RGB Variations
Color information
#3A1270 (or 0x3A1270) is known color: Persian Indigo. HEX triplet: 3A, 12 and 70. RGB value is (58,18,112). Sum of RGB (Red+Green+Blue) = 58+18+112=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1270 is #C5ED8F. Grayscale: #282828. Windows color (decimal): -12971408 or 7344698. OLE color: 7344698.
HSL color Cylindrical-coordinate representation of color #3A1270: hue angle of 265.53º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1270 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 18 | 112 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.56 |
| HSL | 265.53º | 0.72% | 0.25% | - |
| HSV(B) | 265.53º | 0.84% | 0.44% | - |
| XYZ | 4.89 | 2.5 | 15.55 | - |
| YUV | 40.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 112 | 0.48 | 0.84 | 0 | 0.56 | 265.53 | 0.72 | 0.25 |
| Hex | 3A | 12 | 70 | 30 | 54 | 0 | 38 | 10A | 48 | 19 |
| Octal | 72 | 22 | 160 | 60 | 124 | 0 | 70 | 412 | 110 | 31 |
| Binary | 111010 | 10010 | 1110000 | 110000 | 1010100 | 0 | 111000 | 100001010 | 1001000 | 11001 |
Color Harmonies of #3A1270
Complementary color
Monochromatic Colors of #3A1270
Black with #3A1270
Text Example
Text Example
White with #3A1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1270; }
p { color: rgb(58,18,112); }
H1.HeaderClassName
{
color: #3A1270;
}
.AnyTagClassName
{
color: #3A1270;
}
</style>
background-color css
<style>
a { background-color: #3A1270; }
a { background-color: rgb(58,18,112); }
div.DivClassName
{
background-color: #3A1270;
}
.BgClassName
{
background-color: #3A1270;
}
</style>
border-color css
<style>
span { border-color: #3A1270; }
span { border-color: rgb(58,18,112); }
td.TdClassName
{
border-color: #3A1270;
}
.TagClassName
{
border-color: #3A1270;
}
</style>