Shades of Persian Indigo #3911A6
Tints of Persian Indigo #3911A6
RGB
CMYK
RGB Variations
Color information
#3911A6 (or 0x3911A6) is known color: Persian Indigo. HEX triplet: 39, 11 and A6. RGB value is (57,17,166). Sum of RGB (Red+Green+Blue) = 57+17+166=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #3911A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3911A6 is #C6EE59. Grayscale: #2D2D2D. Windows color (decimal): -13037146 or 10883385. OLE color: 10883385.
HSL color Cylindrical-coordinate representation of color #3911A6: hue angle of 256.11º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3911A6 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 17 | 166 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.35 |
| HSL | 256.11º | 0.81% | 0.36% | - |
| HSV(B) | 256.11º | 0.9% | 0.65% | - |
| XYZ | 8.77 | 4.02 | 36.39 | - |
| YUV | 45.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 166 | 0.66 | 0.90 | 0 | 0.35 | 256.11 | 0.81 | 0.36 |
| Hex | 39 | 11 | A6 | 42 | 5A | 0 | 23 | 100 | 51 | 24 |
| Octal | 71 | 21 | 246 | 102 | 132 | 0 | 43 | 400 | 121 | 44 |
| Binary | 111001 | 10001 | 10100110 | 1000010 | 1011010 | 0 | 100011 | 100000000 | 1010001 | 100100 |
Color Harmonies of #3911A6
Complementary color
Monochromatic Colors of #3911A6
Black with #3911A6
Text Example
Text Example
White with #3911A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3911A6; }
p { color: rgb(57,17,166); }
H1.HeaderClassName
{
color: #3911A6;
}
.AnyTagClassName
{
color: #3911A6;
}
</style>
background-color css
<style>
a { background-color: #3911A6; }
a { background-color: rgb(57,17,166); }
div.DivClassName
{
background-color: #3911A6;
}
.BgClassName
{
background-color: #3911A6;
}
</style>
border-color css
<style>
span { border-color: #3911A6; }
span { border-color: rgb(57,17,166); }
td.TdClassName
{
border-color: #3911A6;
}
.TagClassName
{
border-color: #3911A6;
}
</style>