Shades of Persian Indigo #3A0F7B
Tints of Persian Indigo #3A0F7B
RGB
CMYK
RGB Variations
Color information
#3A0F7B (or 0x3A0F7B) is known color: Persian Indigo. HEX triplet: 3A, 0F and 7B. RGB value is (58,15,123). Sum of RGB (Red+Green+Blue) = 58+15+123=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0F7B is #C5F084. Grayscale: #272727. Windows color (decimal): -12972165 or 8064826. OLE color: 8064826.
HSL color Cylindrical-coordinate representation of color #3A0F7B: hue angle of 263.89º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0F7B is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 15 | 123 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.52 |
| HSL | 263.89º | 0.78% | 0.27% | - |
| HSV(B) | 263.89º | 0.88% | 0.48% | - |
| XYZ | 5.49 | 2.67 | 18.97 | - |
| YUV | 40.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 123 | 0.53 | 0.88 | 0 | 0.52 | 263.89 | 0.78 | 0.27 |
| Hex | 3A | F | 7B | 35 | 58 | 0 | 34 | 108 | 4E | 1B |
| Octal | 72 | 17 | 173 | 65 | 130 | 0 | 64 | 410 | 116 | 33 |
| Binary | 111010 | 1111 | 1111011 | 110101 | 1011000 | 0 | 110100 | 100001000 | 1001110 | 11011 |
Color Harmonies of #3A0F7B
Complementary color
Monochromatic Colors of #3A0F7B
Black with #3A0F7B
Text Example
Text Example
White with #3A0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F7B; }
p { color: rgb(58,15,123); }
H1.HeaderClassName
{
color: #3A0F7B;
}
.AnyTagClassName
{
color: #3A0F7B;
}
</style>
background-color css
<style>
a { background-color: #3A0F7B; }
a { background-color: rgb(58,15,123); }
div.DivClassName
{
background-color: #3A0F7B;
}
.BgClassName
{
background-color: #3A0F7B;
}
</style>
border-color css
<style>
span { border-color: #3A0F7B; }
span { border-color: rgb(58,15,123); }
td.TdClassName
{
border-color: #3A0F7B;
}
.TagClassName
{
border-color: #3A0F7B;
}
</style>