Shades of Persian Indigo #27197F
Tints of Persian Indigo #27197F
RGB
CMYK
RGB Variations
Color information
#27197F (or 0x27197F) is known color: Persian Indigo. HEX triplet: 27, 19 and 7F. RGB value is (39,25,127). Sum of RGB (Red+Green+Blue) = 39+25+127=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #27197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197F is #D8E680. Grayscale: #282828. Windows color (decimal): -14214785 or 8329511. OLE color: 8329511.
HSL color Cylindrical-coordinate representation of color #27197F: hue angle of 248.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197F is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 25 | 127 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.50 |
| HSL | 248.24º | 0.67% | 0.3% | - |
| HSV(B) | 248.24º | 0.8% | 0.5% | - |
| XYZ | 5.02 | 2.66 | 20.33 | - |
| YUV | 40.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 127 | 0.69 | 0.80 | 0 | 0.50 | 248.24 | 0.67 | 0.3 |
| Hex | 27 | 19 | 7F | 45 | 50 | 0 | 32 | F8 | 43 | 1E |
| Octal | 47 | 31 | 177 | 105 | 120 | 0 | 62 | 370 | 103 | 36 |
| Binary | 100111 | 11001 | 1111111 | 1000101 | 1010000 | 0 | 110010 | 11111000 | 1000011 | 11110 |
Color Harmonies of #27197F
Complementary color
Monochromatic Colors of #27197F
Black with #27197F
Text Example
Text Example
White with #27197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27197F; }
p { color: rgb(39,25,127); }
H1.HeaderClassName
{
color: #27197F;
}
.AnyTagClassName
{
color: #27197F;
}
</style>
background-color css
<style>
a { background-color: #27197F; }
a { background-color: rgb(39,25,127); }
div.DivClassName
{
background-color: #27197F;
}
.BgClassName
{
background-color: #27197F;
}
</style>
border-color css
<style>
span { border-color: #27197F; }
span { border-color: rgb(39,25,127); }
td.TdClassName
{
border-color: #27197F;
}
.TagClassName
{
border-color: #27197F;
}
</style>