Shades of Persian Indigo #3910AC
Tints of Persian Indigo #3910AC
RGB
CMYK
RGB Variations
Color information
#3910AC (or 0x3910AC) is known color: Persian Indigo. HEX triplet: 39, 10 and AC. RGB value is (57,16,172). Sum of RGB (Red+Green+Blue) = 57+16+172=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #3910AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3910AC is #C6EF53. Grayscale: #2D2D2D. Windows color (decimal): -13037396 or 11276345. OLE color: 11276345.
HSL color Cylindrical-coordinate representation of color #3910AC: hue angle of 255.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3910AC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 16 | 172 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.33 |
| HSL | 255.77º | 0.83% | 0.37% | - |
| HSV(B) | 255.77º | 0.91% | 0.67% | - |
| XYZ | 9.32 | 4.22 | 39.35 | - |
| YUV | 46.04 | 199.08 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 172 | 0.67 | 0.91 | 0 | 0.33 | 255.77 | 0.83 | 0.37 |
| Hex | 39 | 10 | AC | 43 | 5B | 0 | 21 | 100 | 53 | 25 |
| Octal | 71 | 20 | 254 | 103 | 133 | 0 | 41 | 400 | 123 | 45 |
| Binary | 111001 | 10000 | 10101100 | 1000011 | 1011011 | 0 | 100001 | 100000000 | 1010011 | 100101 |
Color Harmonies of #3910AC
Complementary color
Monochromatic Colors of #3910AC
Black with #3910AC
Text Example
Text Example
White with #3910AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3910AC; }
p { color: rgb(57,16,172); }
H1.HeaderClassName
{
color: #3910AC;
}
.AnyTagClassName
{
color: #3910AC;
}
</style>
background-color css
<style>
a { background-color: #3910AC; }
a { background-color: rgb(57,16,172); }
div.DivClassName
{
background-color: #3910AC;
}
.BgClassName
{
background-color: #3910AC;
}
</style>
border-color css
<style>
span { border-color: #3910AC; }
span { border-color: rgb(57,16,172); }
td.TdClassName
{
border-color: #3910AC;
}
.TagClassName
{
border-color: #3910AC;
}
</style>