Shades of Persian Indigo #39146E
Tints of Persian Indigo #39146E
RGB
CMYK
RGB Variations
Color information
#39146E (or 0x39146E) is known color: Persian Indigo. HEX triplet: 39, 14 and 6E. RGB value is (57,20,110). Sum of RGB (Red+Green+Blue) = 57+20+110=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #39146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39146E is #C6EB91. Grayscale: #292929. Windows color (decimal): -13036434 or 7214137. OLE color: 7214137.
HSL color Cylindrical-coordinate representation of color #39146E: hue angle of 264.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39146E is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 20 | 110 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.57 |
| HSL | 264.67º | 0.69% | 0.25% | - |
| HSV(B) | 264.67º | 0.82% | 0.43% | - |
| XYZ | 4.75 | 2.5 | 14.98 | - |
| YUV | 41.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 110 | 0.48 | 0.82 | 0 | 0.57 | 264.67 | 0.69 | 0.25 |
| Hex | 39 | 14 | 6E | 30 | 52 | 0 | 39 | 109 | 45 | 19 |
| Octal | 71 | 24 | 156 | 60 | 122 | 0 | 71 | 411 | 105 | 31 |
| Binary | 111001 | 10100 | 1101110 | 110000 | 1010010 | 0 | 111001 | 100001001 | 1000101 | 11001 |
Color Harmonies of #39146E
Complementary color
Monochromatic Colors of #39146E
Black with #39146E
Text Example
Text Example
White with #39146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39146E; }
p { color: rgb(57,20,110); }
H1.HeaderClassName
{
color: #39146E;
}
.AnyTagClassName
{
color: #39146E;
}
</style>
background-color css
<style>
a { background-color: #39146E; }
a { background-color: rgb(57,20,110); }
div.DivClassName
{
background-color: #39146E;
}
.BgClassName
{
background-color: #39146E;
}
</style>
border-color css
<style>
span { border-color: #39146E; }
span { border-color: rgb(57,20,110); }
td.TdClassName
{
border-color: #39146E;
}
.TagClassName
{
border-color: #39146E;
}
</style>