Shades of Persian Indigo #3A07A4
Tints of Persian Indigo #3A07A4
RGB
CMYK
RGB Variations
Color information
#3A07A4 (or 0x3A07A4) is known color: Persian Indigo. HEX triplet: 3A, 07 and A4. RGB value is (58,7,164). Sum of RGB (Red+Green+Blue) = 58+7+164=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A07A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07A4 is #C5F85B. Grayscale: #272727. Windows color (decimal): -12974172 or 10749754. OLE color: 10749754.
HSL color Cylindrical-coordinate representation of color #3A07A4: hue angle of 259.49º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07A4 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 7 | 164 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.36 |
| HSL | 259.49º | 0.92% | 0.34% | - |
| HSV(B) | 259.49º | 0.96% | 0.64% | - |
| XYZ | 8.52 | 3.73 | 35.39 | - |
| YUV | 40.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 164 | 0.65 | 0.96 | 0 | 0.36 | 259.49 | 0.92 | 0.34 |
| Hex | 3A | 7 | A4 | 41 | 60 | 0 | 24 | 103 | 5C | 22 |
| Octal | 72 | 7 | 244 | 101 | 140 | 0 | 44 | 403 | 134 | 42 |
| Binary | 111010 | 111 | 10100100 | 1000001 | 1100000 | 0 | 100100 | 100000011 | 1011100 | 100010 |
Color Harmonies of #3A07A4
Complementary color
Monochromatic Colors of #3A07A4
Black with #3A07A4
Text Example
Text Example
White with #3A07A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07A4; }
p { color: rgb(58,7,164); }
H1.HeaderClassName
{
color: #3A07A4;
}
.AnyTagClassName
{
color: #3A07A4;
}
</style>
background-color css
<style>
a { background-color: #3A07A4; }
a { background-color: rgb(58,7,164); }
div.DivClassName
{
background-color: #3A07A4;
}
.BgClassName
{
background-color: #3A07A4;
}
</style>
border-color css
<style>
span { border-color: #3A07A4; }
span { border-color: rgb(58,7,164); }
td.TdClassName
{
border-color: #3A07A4;
}
.TagClassName
{
border-color: #3A07A4;
}
</style>