Shades of Persian Indigo #39127F
Tints of Persian Indigo #39127F
RGB
CMYK
RGB Variations
Color information
#39127F (or 0x39127F) is known color: Persian Indigo. HEX triplet: 39, 12 and 7F. RGB value is (57,18,127). Sum of RGB (Red+Green+Blue) = 57+18+127=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #39127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39127F is #C6ED80. Grayscale: #292929. Windows color (decimal): -13036929 or 8327737. OLE color: 8327737.
HSL color Cylindrical-coordinate representation of color #39127F: hue angle of 261.47º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39127F is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 18 | 127 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.50 |
| HSL | 261.47º | 0.75% | 0.28% | - |
| HSV(B) | 261.47º | 0.86% | 0.5% | - |
| XYZ | 5.73 | 2.83 | 20.32 | - |
| YUV | 42.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 127 | 0.55 | 0.86 | 0 | 0.50 | 261.47 | 0.75 | 0.28 |
| Hex | 39 | 12 | 7F | 37 | 56 | 0 | 32 | 105 | 4B | 1C |
| Octal | 71 | 22 | 177 | 67 | 126 | 0 | 62 | 405 | 113 | 34 |
| Binary | 111001 | 10010 | 1111111 | 110111 | 1010110 | 0 | 110010 | 100000101 | 1001011 | 11100 |
Color Harmonies of #39127F
Complementary color
Monochromatic Colors of #39127F
Black with #39127F
Text Example
Text Example
White with #39127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39127F; }
p { color: rgb(57,18,127); }
H1.HeaderClassName
{
color: #39127F;
}
.AnyTagClassName
{
color: #39127F;
}
</style>
background-color css
<style>
a { background-color: #39127F; }
a { background-color: rgb(57,18,127); }
div.DivClassName
{
background-color: #39127F;
}
.BgClassName
{
background-color: #39127F;
}
</style>
border-color css
<style>
span { border-color: #39127F; }
span { border-color: rgb(57,18,127); }
td.TdClassName
{
border-color: #39127F;
}
.TagClassName
{
border-color: #39127F;
}
</style>