Shades of Persian Indigo #3A0FAA
Tints of Persian Indigo #3A0FAA
RGB
CMYK
RGB Variations
Color information
#3A0FAA (or 0x3A0FAA) is known color: Persian Indigo. HEX triplet: 3A, 0F and AA. RGB value is (58,15,170). Sum of RGB (Red+Green+Blue) = 58+15+170=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0FAA is #C5F055. Grayscale: #2C2C2C. Windows color (decimal): -12972118 or 11145018. OLE color: 11145018.
HSL color Cylindrical-coordinate representation of color #3A0FAA: hue angle of 256.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0FAA is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 15 | 170 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.33 |
| HSL | 256.65º | 0.84% | 0.36% | - |
| HSV(B) | 256.65º | 0.91% | 0.67% | - |
| XYZ | 9.17 | 4.14 | 38.35 | - |
| YUV | 45.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 170 | 0.66 | 0.91 | 0 | 0.33 | 256.65 | 0.84 | 0.36 |
| Hex | 3A | F | AA | 42 | 5B | 0 | 21 | 101 | 54 | 24 |
| Octal | 72 | 17 | 252 | 102 | 133 | 0 | 41 | 401 | 124 | 44 |
| Binary | 111010 | 1111 | 10101010 | 1000010 | 1011011 | 0 | 100001 | 100000001 | 1010100 | 100100 |
Color Harmonies of #3A0FAA
Complementary color
Monochromatic Colors of #3A0FAA
Black with #3A0FAA
Text Example
Text Example
White with #3A0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FAA; }
p { color: rgb(58,15,170); }
H1.HeaderClassName
{
color: #3A0FAA;
}
.AnyTagClassName
{
color: #3A0FAA;
}
</style>
background-color css
<style>
a { background-color: #3A0FAA; }
a { background-color: rgb(58,15,170); }
div.DivClassName
{
background-color: #3A0FAA;
}
.BgClassName
{
background-color: #3A0FAA;
}
</style>
border-color css
<style>
span { border-color: #3A0FAA; }
span { border-color: rgb(58,15,170); }
td.TdClassName
{
border-color: #3A0FAA;
}
.TagClassName
{
border-color: #3A0FAA;
}
</style>