Shades of Persian Indigo #3A228A
Tints of Persian Indigo #3A228A
RGB
CMYK
RGB Variations
Color information
#3A228A (or 0x3A228A) is known color: Persian Indigo. HEX triplet: 3A, 22 and 8A. RGB value is (58,34,138). Sum of RGB (Red+Green+Blue) = 58+34+138=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A228A is #C5DD75. Grayscale: #343434. Windows color (decimal): -12967286 or 9052730. OLE color: 9052730.
HSL color Cylindrical-coordinate representation of color #3A228A: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A228A is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 34 | 138 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.46 |
| HSL | 253.85º | 0.6% | 0.34% | - |
| HSV(B) | 253.85º | 0.75% | 0.54% | - |
| XYZ | 6.9 | 3.88 | 24.43 | - |
| YUV | 53.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 138 | 0.58 | 0.75 | 0 | 0.46 | 253.85 | 0.6 | 0.34 |
| Hex | 3A | 22 | 8A | 3A | 4B | 0 | 2E | FE | 3C | 22 |
| Octal | 72 | 42 | 212 | 72 | 113 | 0 | 56 | 376 | 74 | 42 |
| Binary | 111010 | 100010 | 10001010 | 111010 | 1001011 | 0 | 101110 | 11111110 | 111100 | 100010 |
Color Harmonies of #3A228A
Complementary color
Monochromatic Colors of #3A228A
Black with #3A228A
Text Example
Text Example
White with #3A228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A228A; }
p { color: rgb(58,34,138); }
H1.HeaderClassName
{
color: #3A228A;
}
.AnyTagClassName
{
color: #3A228A;
}
</style>
background-color css
<style>
a { background-color: #3A228A; }
a { background-color: rgb(58,34,138); }
div.DivClassName
{
background-color: #3A228A;
}
.BgClassName
{
background-color: #3A228A;
}
</style>
border-color css
<style>
span { border-color: #3A228A; }
span { border-color: rgb(58,34,138); }
td.TdClassName
{
border-color: #3A228A;
}
.TagClassName
{
border-color: #3A228A;
}
</style>