Shades of Persian Indigo #270C86
Tints of Persian Indigo #270C86
RGB
CMYK
RGB Variations
Color information
#270C86 (or 0x270C86) is known color: Persian Indigo. HEX triplet: 27, 0C and 86. RGB value is (39,12,134). Sum of RGB (Red+Green+Blue) = 39+12+134=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #270C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C86 is #D8F379. Grayscale: #212121. Windows color (decimal): -14218106 or 8784935. OLE color: 8784935.
HSL color Cylindrical-coordinate representation of color #270C86: hue angle of 253.28º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270C86 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 12 | 134 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.47 |
| HSL | 253.28º | 0.84% | 0.29% | - |
| HSV(B) | 253.28º | 0.91% | 0.53% | - |
| XYZ | 5.27 | 2.42 | 22.74 | - |
| YUV | 33.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 134 | 0.71 | 0.91 | 0 | 0.47 | 253.28 | 0.84 | 0.29 |
| Hex | 27 | C | 86 | 47 | 5B | 0 | 2F | FD | 54 | 1D |
| Octal | 47 | 14 | 206 | 107 | 133 | 0 | 57 | 375 | 124 | 35 |
| Binary | 100111 | 1100 | 10000110 | 1000111 | 1011011 | 0 | 101111 | 11111101 | 1010100 | 11101 |
Color Harmonies of #270C86
Complementary color
Monochromatic Colors of #270C86
Black with #270C86
Text Example
Text Example
White with #270C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C86; }
p { color: rgb(39,12,134); }
H1.HeaderClassName
{
color: #270C86;
}
.AnyTagClassName
{
color: #270C86;
}
</style>
background-color css
<style>
a { background-color: #270C86; }
a { background-color: rgb(39,12,134); }
div.DivClassName
{
background-color: #270C86;
}
.BgClassName
{
background-color: #270C86;
}
</style>
border-color css
<style>
span { border-color: #270C86; }
span { border-color: rgb(39,12,134); }
td.TdClassName
{
border-color: #270C86;
}
.TagClassName
{
border-color: #270C86;
}
</style>