Shades of Persian Indigo #3914AA
Tints of Persian Indigo #3914AA
RGB
CMYK
RGB Variations
Color information
#3914AA (or 0x3914AA) is known color: Persian Indigo. HEX triplet: 39, 14 and AA. RGB value is (57,20,170). Sum of RGB (Red+Green+Blue) = 57+20+170=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #3914AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3914AA is #C6EB55. Grayscale: #2F2F2F. Windows color (decimal): -13036374 or 11146297. OLE color: 11146297.
HSL color Cylindrical-coordinate representation of color #3914AA: hue angle of 254.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3914AA is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 20 | 170 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.33 |
| HSL | 254.8º | 0.79% | 0.37% | - |
| HSV(B) | 254.8º | 0.88% | 0.67% | - |
| XYZ | 9.19 | 4.27 | 38.37 | - |
| YUV | 48.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 170 | 0.66 | 0.88 | 0 | 0.33 | 254.8 | 0.79 | 0.37 |
| Hex | 39 | 14 | AA | 42 | 58 | 0 | 21 | FF | 4F | 25 |
| Octal | 71 | 24 | 252 | 102 | 130 | 0 | 41 | 377 | 117 | 45 |
| Binary | 111001 | 10100 | 10101010 | 1000010 | 1011000 | 0 | 100001 | 11111111 | 1001111 | 100101 |
Color Harmonies of #3914AA
Complementary color
Monochromatic Colors of #3914AA
Black with #3914AA
Text Example
Text Example
White with #3914AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914AA; }
p { color: rgb(57,20,170); }
H1.HeaderClassName
{
color: #3914AA;
}
.AnyTagClassName
{
color: #3914AA;
}
</style>
background-color css
<style>
a { background-color: #3914AA; }
a { background-color: rgb(57,20,170); }
div.DivClassName
{
background-color: #3914AA;
}
.BgClassName
{
background-color: #3914AA;
}
</style>
border-color css
<style>
span { border-color: #3914AA; }
span { border-color: rgb(57,20,170); }
td.TdClassName
{
border-color: #3914AA;
}
.TagClassName
{
border-color: #3914AA;
}
</style>