Shades of Persian Indigo #3A238B
Tints of Persian Indigo #3A238B
RGB
CMYK
RGB Variations
Color information
#3A238B (or 0x3A238B) is known color: Persian Indigo. HEX triplet: 3A, 23 and 8B. RGB value is (58,35,139). Sum of RGB (Red+Green+Blue) = 58+35+139=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A238B is #C5DC74. Grayscale: #353535. Windows color (decimal): -12967029 or 9118522. OLE color: 9118522.
HSL color Cylindrical-coordinate representation of color #3A238B: hue angle of 253.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A238B is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 35 | 139 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.45 |
| HSL | 253.27º | 0.6% | 0.34% | - |
| HSV(B) | 253.27º | 0.75% | 0.55% | - |
| XYZ | 7.01 | 3.97 | 24.82 | - |
| YUV | 53.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 139 | 0.58 | 0.75 | 0 | 0.45 | 253.27 | 0.6 | 0.34 |
| Hex | 3A | 23 | 8B | 3A | 4B | 0 | 2D | FD | 3C | 22 |
| Octal | 72 | 43 | 213 | 72 | 113 | 0 | 55 | 375 | 74 | 42 |
| Binary | 111010 | 100011 | 10001011 | 111010 | 1001011 | 0 | 101101 | 11111101 | 111100 | 100010 |
Color Harmonies of #3A238B
Complementary color
Monochromatic Colors of #3A238B
Black with #3A238B
Text Example
Text Example
White with #3A238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A238B; }
p { color: rgb(58,35,139); }
H1.HeaderClassName
{
color: #3A238B;
}
.AnyTagClassName
{
color: #3A238B;
}
</style>
background-color css
<style>
a { background-color: #3A238B; }
a { background-color: rgb(58,35,139); }
div.DivClassName
{
background-color: #3A238B;
}
.BgClassName
{
background-color: #3A238B;
}
</style>
border-color css
<style>
span { border-color: #3A238B; }
span { border-color: rgb(58,35,139); }
td.TdClassName
{
border-color: #3A238B;
}
.TagClassName
{
border-color: #3A238B;
}
</style>