Shades of Persian Indigo #27197D
Tints of Persian Indigo #27197D
RGB
CMYK
RGB Variations
Color information
#27197D (or 0x27197D) is known color: Persian Indigo. HEX triplet: 27, 19 and 7D. RGB value is (39,25,125). Sum of RGB (Red+Green+Blue) = 39+25+125=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #27197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197D is #D8E682. Grayscale: #282828. Windows color (decimal): -14214787 or 8198439. OLE color: 8198439.
HSL color Cylindrical-coordinate representation of color #27197D: hue angle of 248.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197D is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 25 | 125 | - |
| CMYK | 0.69 | 0.8 | 0 | 0.51 |
| HSL | 248.4º | 0.67% | 0.29% | - |
| HSV(B) | 248.4º | 0.8% | 0.49% | - |
| XYZ | 4.89 | 2.61 | 19.65 | - |
| YUV | 40.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 125 | 0.69 | 0.8 | 0 | 0.51 | 248.4 | 0.67 | 0.29 |
| Hex | 27 | 19 | 7D | 45 | 50 | 0 | 33 | F8 | 43 | 1D |
| Octal | 47 | 31 | 175 | 105 | 120 | 0 | 63 | 370 | 103 | 35 |
| Binary | 100111 | 11001 | 1111101 | 1000101 | 1010000 | 0 | 110011 | 11111000 | 1000011 | 11101 |
Color Harmonies of #27197D
Complementary color
Monochromatic Colors of #27197D
Black with #27197D
Text Example
Text Example
White with #27197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27197D; }
p { color: rgb(39,25,125); }
H1.HeaderClassName
{
color: #27197D;
}
.AnyTagClassName
{
color: #27197D;
}
</style>
background-color css
<style>
a { background-color: #27197D; }
a { background-color: rgb(39,25,125); }
div.DivClassName
{
background-color: #27197D;
}
.BgClassName
{
background-color: #27197D;
}
</style>
border-color css
<style>
span { border-color: #27197D; }
span { border-color: rgb(39,25,125); }
td.TdClassName
{
border-color: #27197D;
}
.TagClassName
{
border-color: #27197D;
}
</style>