Shades of Persian Indigo #27086F
Tints of Persian Indigo #27086F
RGB
CMYK
RGB Variations
Color information
#27086F (or 0x27086F) is known color: Persian Indigo. HEX triplet: 27, 08 and 6F. RGB value is (39,8,111). Sum of RGB (Red+Green+Blue) = 39+8+111=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #27086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27086F is #D8F790. Grayscale: #1C1C1C. Windows color (decimal): -14219153 or 7276583. OLE color: 7276583.
HSL color Cylindrical-coordinate representation of color #27086F: hue angle of 258.06º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27086F is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 8 | 111 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.56 |
| HSL | 258.06º | 0.87% | 0.23% | - |
| HSV(B) | 258.06º | 0.93% | 0.44% | - |
| XYZ | 3.79 | 1.75 | 15.18 | - |
| YUV | 29.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 111 | 0.65 | 0.93 | 0 | 0.56 | 258.06 | 0.87 | 0.23 |
| Hex | 27 | 8 | 6F | 41 | 5D | 0 | 38 | 102 | 57 | 17 |
| Octal | 47 | 10 | 157 | 101 | 135 | 0 | 70 | 402 | 127 | 27 |
| Binary | 100111 | 1000 | 1101111 | 1000001 | 1011101 | 0 | 111000 | 100000010 | 1010111 | 10111 |
Color Harmonies of #27086F
Complementary color
Monochromatic Colors of #27086F
Black with #27086F
Text Example
Text Example
White with #27086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27086F; }
p { color: rgb(39,8,111); }
H1.HeaderClassName
{
color: #27086F;
}
.AnyTagClassName
{
color: #27086F;
}
</style>
background-color css
<style>
a { background-color: #27086F; }
a { background-color: rgb(39,8,111); }
div.DivClassName
{
background-color: #27086F;
}
.BgClassName
{
background-color: #27086F;
}
</style>
border-color css
<style>
span { border-color: #27086F; }
span { border-color: rgb(39,8,111); }
td.TdClassName
{
border-color: #27086F;
}
.TagClassName
{
border-color: #27086F;
}
</style>