Shades of Persian Indigo #270F6E
Tints of Persian Indigo #270F6E
RGB
CMYK
RGB Variations
Color information
#270F6E (or 0x270F6E) is known color: Persian Indigo. HEX triplet: 27, 0F and 6E. RGB value is (39,15,110). Sum of RGB (Red+Green+Blue) = 39+15+110=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #270F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F6E is #D8F091. Grayscale: #202020. Windows color (decimal): -14217362 or 7212839. OLE color: 7212839.
HSL color Cylindrical-coordinate representation of color #270F6E: hue angle of 255.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270F6E is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 15 | 110 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.57 |
| HSL | 255.16º | 0.76% | 0.25% | - |
| HSV(B) | 255.16º | 0.86% | 0.43% | - |
| XYZ | 3.82 | 1.9 | 14.92 | - |
| YUV | 33.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 110 | 0.65 | 0.86 | 0 | 0.57 | 255.16 | 0.76 | 0.25 |
| Hex | 27 | F | 6E | 41 | 56 | 0 | 39 | FF | 4C | 19 |
| Octal | 47 | 17 | 156 | 101 | 126 | 0 | 71 | 377 | 114 | 31 |
| Binary | 100111 | 1111 | 1101110 | 1000001 | 1010110 | 0 | 111001 | 11111111 | 1001100 | 11001 |
Color Harmonies of #270F6E
Complementary color
Monochromatic Colors of #270F6E
Black with #270F6E
Text Example
Text Example
White with #270F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F6E; }
p { color: rgb(39,15,110); }
H1.HeaderClassName
{
color: #270F6E;
}
.AnyTagClassName
{
color: #270F6E;
}
</style>
background-color css
<style>
a { background-color: #270F6E; }
a { background-color: rgb(39,15,110); }
div.DivClassName
{
background-color: #270F6E;
}
.BgClassName
{
background-color: #270F6E;
}
</style>
border-color css
<style>
span { border-color: #270F6E; }
span { border-color: rgb(39,15,110); }
td.TdClassName
{
border-color: #270F6E;
}
.TagClassName
{
border-color: #270F6E;
}
</style>