Shades of Persian Indigo #3A1C9B
Tints of Persian Indigo #3A1C9B
RGB
CMYK
RGB Variations
Color information
#3A1C9B (or 0x3A1C9B) is known color: Persian Indigo. HEX triplet: 3A, 1C and 9B. RGB value is (58,28,155). Sum of RGB (Red+Green+Blue) = 58+28+155=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A1C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1C9B is #C5E364. Grayscale: #323232. Windows color (decimal): -12968805 or 10165306. OLE color: 10165306.
HSL color Cylindrical-coordinate representation of color #3A1C9B: hue angle of 254.17º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1C9B is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 28 | 155 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.39 |
| HSL | 254.17º | 0.69% | 0.36% | - |
| HSV(B) | 254.17º | 0.82% | 0.61% | - |
| XYZ | 8.08 | 4.1 | 31.38 | - |
| YUV | 51.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 155 | 0.63 | 0.82 | 0 | 0.39 | 254.17 | 0.69 | 0.36 |
| Hex | 3A | 1C | 9B | 3F | 52 | 0 | 27 | FE | 45 | 24 |
| Octal | 72 | 34 | 233 | 77 | 122 | 0 | 47 | 376 | 105 | 44 |
| Binary | 111010 | 11100 | 10011011 | 111111 | 1010010 | 0 | 100111 | 11111110 | 1000101 | 100100 |
Color Harmonies of #3A1C9B
Complementary color
Monochromatic Colors of #3A1C9B
Black with #3A1C9B
Text Example
Text Example
White with #3A1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C9B; }
p { color: rgb(58,28,155); }
H1.HeaderClassName
{
color: #3A1C9B;
}
.AnyTagClassName
{
color: #3A1C9B;
}
</style>
background-color css
<style>
a { background-color: #3A1C9B; }
a { background-color: rgb(58,28,155); }
div.DivClassName
{
background-color: #3A1C9B;
}
.BgClassName
{
background-color: #3A1C9B;
}
</style>
border-color css
<style>
span { border-color: #3A1C9B; }
span { border-color: rgb(58,28,155); }
td.TdClassName
{
border-color: #3A1C9B;
}
.TagClassName
{
border-color: #3A1C9B;
}
</style>