Shades of Persian Indigo #270F86
Tints of Persian Indigo #270F86
RGB
CMYK
RGB Variations
Color information
#270F86 (or 0x270F86) is known color: Persian Indigo. HEX triplet: 27, 0F and 86. RGB value is (39,15,134). Sum of RGB (Red+Green+Blue) = 39+15+134=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #270F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F86 is #D8F079. Grayscale: #232323. Windows color (decimal): -14217338 or 8785703. OLE color: 8785703.
HSL color Cylindrical-coordinate representation of color #270F86: hue angle of 252.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270F86 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 15 | 134 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.47 |
| HSL | 252.1º | 0.8% | 0.29% | - |
| HSV(B) | 252.1º | 0.89% | 0.53% | - |
| XYZ | 5.31 | 2.49 | 22.76 | - |
| YUV | 35.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 134 | 0.71 | 0.89 | 0 | 0.47 | 252.1 | 0.8 | 0.29 |
| Hex | 27 | F | 86 | 47 | 59 | 0 | 2F | FC | 50 | 1D |
| Octal | 47 | 17 | 206 | 107 | 131 | 0 | 57 | 374 | 120 | 35 |
| Binary | 100111 | 1111 | 10000110 | 1000111 | 1011001 | 0 | 101111 | 11111100 | 1010000 | 11101 |
Color Harmonies of #270F86
Complementary color
Monochromatic Colors of #270F86
Black with #270F86
Text Example
Text Example
White with #270F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F86; }
p { color: rgb(39,15,134); }
H1.HeaderClassName
{
color: #270F86;
}
.AnyTagClassName
{
color: #270F86;
}
</style>
background-color css
<style>
a { background-color: #270F86; }
a { background-color: rgb(39,15,134); }
div.DivClassName
{
background-color: #270F86;
}
.BgClassName
{
background-color: #270F86;
}
</style>
border-color css
<style>
span { border-color: #270F86; }
span { border-color: rgb(39,15,134); }
td.TdClassName
{
border-color: #270F86;
}
.TagClassName
{
border-color: #270F86;
}
</style>