Shades of Persian Indigo #27177C
Tints of Persian Indigo #27177C
RGB
CMYK
RGB Variations
Color information
#27177C (or 0x27177C) is known color: Persian Indigo. HEX triplet: 27, 17 and 7C. RGB value is (39,23,124). Sum of RGB (Red+Green+Blue) = 39+23+124=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #27177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27177C is #D8E883. Grayscale: #262626. Windows color (decimal): -14215300 or 8132391. OLE color: 8132391.
HSL color Cylindrical-coordinate representation of color #27177C: hue angle of 249.5º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27177C is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 23 | 124 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.51 |
| HSL | 249.5º | 0.69% | 0.29% | - |
| HSV(B) | 249.5º | 0.81% | 0.49% | - |
| XYZ | 4.78 | 2.5 | 19.3 | - |
| YUV | 39.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 124 | 0.69 | 0.81 | 0 | 0.51 | 249.5 | 0.69 | 0.29 |
| Hex | 27 | 17 | 7C | 45 | 51 | 0 | 33 | FA | 45 | 1D |
| Octal | 47 | 27 | 174 | 105 | 121 | 0 | 63 | 372 | 105 | 35 |
| Binary | 100111 | 10111 | 1111100 | 1000101 | 1010001 | 0 | 110011 | 11111010 | 1000101 | 11101 |
Color Harmonies of #27177C
Complementary color
Monochromatic Colors of #27177C
Black with #27177C
Text Example
Text Example
White with #27177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27177C; }
p { color: rgb(39,23,124); }
H1.HeaderClassName
{
color: #27177C;
}
.AnyTagClassName
{
color: #27177C;
}
</style>
background-color css
<style>
a { background-color: #27177C; }
a { background-color: rgb(39,23,124); }
div.DivClassName
{
background-color: #27177C;
}
.BgClassName
{
background-color: #27177C;
}
</style>
border-color css
<style>
span { border-color: #27177C; }
span { border-color: rgb(39,23,124); }
td.TdClassName
{
border-color: #27177C;
}
.TagClassName
{
border-color: #27177C;
}
</style>