Shades of Persian Indigo #3A1374
Tints of Persian Indigo #3A1374
RGB
CMYK
RGB Variations
Color information
#3A1374 (or 0x3A1374) is known color: Persian Indigo. HEX triplet: 3A, 13 and 74. RGB value is (58,19,116). Sum of RGB (Red+Green+Blue) = 58+19+116=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A1374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1374 is #C5EC8B. Grayscale: #292929. Windows color (decimal): -12971148 or 7607098. OLE color: 7607098.
HSL color Cylindrical-coordinate representation of color #3A1374: hue angle of 264.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1374 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 19 | 116 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.55 |
| HSL | 264.12º | 0.72% | 0.26% | - |
| HSV(B) | 264.12º | 0.84% | 0.45% | - |
| XYZ | 5.13 | 2.63 | 16.76 | - |
| YUV | 41.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 116 | 0.5 | 0.84 | 0 | 0.55 | 264.12 | 0.72 | 0.26 |
| Hex | 3A | 13 | 74 | 32 | 54 | 0 | 37 | 108 | 48 | 1A |
| Octal | 72 | 23 | 164 | 62 | 124 | 0 | 67 | 410 | 110 | 32 |
| Binary | 111010 | 10011 | 1110100 | 110010 | 1010100 | 0 | 110111 | 100001000 | 1001000 | 11010 |
Color Harmonies of #3A1374
Complementary color
Monochromatic Colors of #3A1374
Black with #3A1374
Text Example
Text Example
White with #3A1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1374; }
p { color: rgb(58,19,116); }
H1.HeaderClassName
{
color: #3A1374;
}
.AnyTagClassName
{
color: #3A1374;
}
</style>
background-color css
<style>
a { background-color: #3A1374; }
a { background-color: rgb(58,19,116); }
div.DivClassName
{
background-color: #3A1374;
}
.BgClassName
{
background-color: #3A1374;
}
</style>
border-color css
<style>
span { border-color: #3A1374; }
span { border-color: rgb(58,19,116); }
td.TdClassName
{
border-color: #3A1374;
}
.TagClassName
{
border-color: #3A1374;
}
</style>