Shades of Persian Indigo #3A248C
Tints of Persian Indigo #3A248C
RGB
CMYK
RGB Variations
Color information
#3A248C (or 0x3A248C) is known color: Persian Indigo. HEX triplet: 3A, 24 and 8C. RGB value is (58,36,140). Sum of RGB (Red+Green+Blue) = 58+36+140=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A248C is #C5DB73. Grayscale: #363636. Windows color (decimal): -12966772 or 9184314. OLE color: 9184314.
HSL color Cylindrical-coordinate representation of color #3A248C: hue angle of 252.69º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A248C is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 36 | 140 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.45 |
| HSL | 252.69º | 0.59% | 0.35% | - |
| HSV(B) | 252.69º | 0.74% | 0.55% | - |
| XYZ | 7.11 | 4.05 | 25.22 | - |
| YUV | 54.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 140 | 0.59 | 0.74 | 0 | 0.45 | 252.69 | 0.59 | 0.35 |
| Hex | 3A | 24 | 8C | 3B | 4A | 0 | 2D | FD | 3B | 23 |
| Octal | 72 | 44 | 214 | 73 | 112 | 0 | 55 | 375 | 73 | 43 |
| Binary | 111010 | 100100 | 10001100 | 111011 | 1001010 | 0 | 101101 | 11111101 | 111011 | 100011 |
Color Harmonies of #3A248C
Complementary color
Monochromatic Colors of #3A248C
Black with #3A248C
Text Example
Text Example
White with #3A248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A248C; }
p { color: rgb(58,36,140); }
H1.HeaderClassName
{
color: #3A248C;
}
.AnyTagClassName
{
color: #3A248C;
}
</style>
background-color css
<style>
a { background-color: #3A248C; }
a { background-color: rgb(58,36,140); }
div.DivClassName
{
background-color: #3A248C;
}
.BgClassName
{
background-color: #3A248C;
}
</style>
border-color css
<style>
span { border-color: #3A248C; }
span { border-color: rgb(58,36,140); }
td.TdClassName
{
border-color: #3A248C;
}
.TagClassName
{
border-color: #3A248C;
}
</style>