Shades of Persian Indigo #27128C
Tints of Persian Indigo #27128C
RGB
CMYK
RGB Variations
Color information
#27128C (or 0x27128C) is known color: Persian Indigo. HEX triplet: 27, 12 and 8C. RGB value is (39,18,140). Sum of RGB (Red+Green+Blue) = 39+18+140=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #27128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27128C is #D8ED73. Grayscale: #252525. Windows color (decimal): -14216564 or 9179687. OLE color: 9179687.
HSL color Cylindrical-coordinate representation of color #27128C: hue angle of 250.33º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27128C is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 18 | 140 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.45 |
| HSL | 250.33º | 0.77% | 0.31% | - |
| HSV(B) | 250.33º | 0.87% | 0.55% | - |
| XYZ | 5.79 | 2.76 | 25.04 | - |
| YUV | 38.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 140 | 0.72 | 0.87 | 0 | 0.45 | 250.33 | 0.77 | 0.31 |
| Hex | 27 | 12 | 8C | 48 | 57 | 0 | 2D | FA | 4D | 1F |
| Octal | 47 | 22 | 214 | 110 | 127 | 0 | 55 | 372 | 115 | 37 |
| Binary | 100111 | 10010 | 10001100 | 1001000 | 1010111 | 0 | 101101 | 11111010 | 1001101 | 11111 |
Color Harmonies of #27128C
Complementary color
Monochromatic Colors of #27128C
Black with #27128C
Text Example
Text Example
White with #27128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27128C; }
p { color: rgb(39,18,140); }
H1.HeaderClassName
{
color: #27128C;
}
.AnyTagClassName
{
color: #27128C;
}
</style>
background-color css
<style>
a { background-color: #27128C; }
a { background-color: rgb(39,18,140); }
div.DivClassName
{
background-color: #27128C;
}
.BgClassName
{
background-color: #27128C;
}
</style>
border-color css
<style>
span { border-color: #27128C; }
span { border-color: rgb(39,18,140); }
td.TdClassName
{
border-color: #27128C;
}
.TagClassName
{
border-color: #27128C;
}
</style>