Shades of Persian Indigo #270F85
Tints of Persian Indigo #270F85
RGB
CMYK
RGB Variations
Color information
#270F85 (or 0x270F85) is known color: Persian Indigo. HEX triplet: 27, 0F and 85. RGB value is (39,15,133). Sum of RGB (Red+Green+Blue) = 39+15+133=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #270F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F85 is #D8F07A. Grayscale: #232323. Windows color (decimal): -14217339 or 8720167. OLE color: 8720167.
HSL color Cylindrical-coordinate representation of color #270F85: hue angle of 252.2º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270F85 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 15 | 133 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.48 |
| HSL | 252.2º | 0.8% | 0.29% | - |
| HSV(B) | 252.2º | 0.89% | 0.52% | - |
| XYZ | 5.24 | 2.47 | 22.39 | - |
| YUV | 35.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 133 | 0.71 | 0.89 | 0 | 0.48 | 252.2 | 0.8 | 0.29 |
| Hex | 27 | F | 85 | 47 | 59 | 0 | 30 | FC | 50 | 1D |
| Octal | 47 | 17 | 205 | 107 | 131 | 0 | 60 | 374 | 120 | 35 |
| Binary | 100111 | 1111 | 10000101 | 1000111 | 1011001 | 0 | 110000 | 11111100 | 1010000 | 11101 |
Color Harmonies of #270F85
Complementary color
Monochromatic Colors of #270F85
Black with #270F85
Text Example
Text Example
White with #270F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F85; }
p { color: rgb(39,15,133); }
H1.HeaderClassName
{
color: #270F85;
}
.AnyTagClassName
{
color: #270F85;
}
</style>
background-color css
<style>
a { background-color: #270F85; }
a { background-color: rgb(39,15,133); }
div.DivClassName
{
background-color: #270F85;
}
.BgClassName
{
background-color: #270F85;
}
</style>
border-color css
<style>
span { border-color: #270F85; }
span { border-color: rgb(39,15,133); }
td.TdClassName
{
border-color: #270F85;
}
.TagClassName
{
border-color: #270F85;
}
</style>