Shades of Persian Indigo #3A238C
Tints of Persian Indigo #3A238C
RGB
CMYK
RGB Variations
Color information
#3A238C (or 0x3A238C) is known color: Persian Indigo. HEX triplet: 3A, 23 and 8C. RGB value is (58,35,140). Sum of RGB (Red+Green+Blue) = 58+35+140=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A238C is #C5DC73. Grayscale: #353535. Windows color (decimal): -12967028 or 9184058. OLE color: 9184058.
HSL color Cylindrical-coordinate representation of color #3A238C: hue angle of 253.14º 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 #3A238C is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 35 | 140 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.45 |
| HSL | 253.14º | 0.6% | 0.34% | - |
| HSV(B) | 253.14º | 0.75% | 0.55% | - |
| XYZ | 7.08 | 4 | 25.21 | - |
| YUV | 53.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 140 | 0.59 | 0.75 | 0 | 0.45 | 253.14 | 0.6 | 0.34 |
| Hex | 3A | 23 | 8C | 3B | 4B | 0 | 2D | FD | 3C | 22 |
| Octal | 72 | 43 | 214 | 73 | 113 | 0 | 55 | 375 | 74 | 42 |
| Binary | 111010 | 100011 | 10001100 | 111011 | 1001011 | 0 | 101101 | 11111101 | 111100 | 100010 |
Color Harmonies of #3A238C
Complementary color
Monochromatic Colors of #3A238C
Black with #3A238C
Text Example
Text Example
White with #3A238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A238C; }
p { color: rgb(58,35,140); }
H1.HeaderClassName
{
color: #3A238C;
}
.AnyTagClassName
{
color: #3A238C;
}
</style>
background-color css
<style>
a { background-color: #3A238C; }
a { background-color: rgb(58,35,140); }
div.DivClassName
{
background-color: #3A238C;
}
.BgClassName
{
background-color: #3A238C;
}
</style>
border-color css
<style>
span { border-color: #3A238C; }
span { border-color: rgb(58,35,140); }
td.TdClassName
{
border-color: #3A238C;
}
.TagClassName
{
border-color: #3A238C;
}
</style>