Shades of Persian Indigo #3A238D
Tints of Persian Indigo #3A238D
RGB
CMYK
RGB Variations
Color information
#3A238D (or 0x3A238D) is known color: Persian Indigo. HEX triplet: 3A, 23 and 8D. RGB value is (58,35,141). Sum of RGB (Red+Green+Blue) = 58+35+141=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A238D is #C5DC72. Grayscale: #353535. Windows color (decimal): -12967027 or 9249594. OLE color: 9249594.
HSL color Cylindrical-coordinate representation of color #3A238D: hue angle of 253.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A238D is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 35 | 141 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.45 |
| HSL | 253.02º | 0.6% | 0.35% | - |
| HSV(B) | 253.02º | 0.75% | 0.55% | - |
| XYZ | 7.15 | 4.02 | 25.6 | - |
| YUV | 53.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 141 | 0.59 | 0.75 | 0 | 0.45 | 253.02 | 0.6 | 0.35 |
| Hex | 3A | 23 | 8D | 3B | 4B | 0 | 2D | FD | 3C | 23 |
| Octal | 72 | 43 | 215 | 73 | 113 | 0 | 55 | 375 | 74 | 43 |
| Binary | 111010 | 100011 | 10001101 | 111011 | 1001011 | 0 | 101101 | 11111101 | 111100 | 100011 |
Color Harmonies of #3A238D
Complementary color
Monochromatic Colors of #3A238D
Black with #3A238D
Text Example
Text Example
White with #3A238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A238D; }
p { color: rgb(58,35,141); }
H1.HeaderClassName
{
color: #3A238D;
}
.AnyTagClassName
{
color: #3A238D;
}
</style>
background-color css
<style>
a { background-color: #3A238D; }
a { background-color: rgb(58,35,141); }
div.DivClassName
{
background-color: #3A238D;
}
.BgClassName
{
background-color: #3A238D;
}
</style>
border-color css
<style>
span { border-color: #3A238D; }
span { border-color: rgb(58,35,141); }
td.TdClassName
{
border-color: #3A238D;
}
.TagClassName
{
border-color: #3A238D;
}
</style>