Shades of Persian Indigo #270E65
Tints of Persian Indigo #270E65
RGB
CMYK
RGB Variations
Color information
#270E65 (or 0x270E65) is known color: Persian Indigo. HEX triplet: 27, 0E and 65. RGB value is (39,14,101). Sum of RGB (Red+Green+Blue) = 39+14+101=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #270E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E65 is #D8F19A. Grayscale: #1F1F1F. Windows color (decimal): -14217627 or 6622759. OLE color: 6622759.
HSL color Cylindrical-coordinate representation of color #270E65: hue angle of 257.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270E65 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 14 | 101 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.60 |
| HSL | 257.24º | 0.76% | 0.23% | - |
| HSV(B) | 257.24º | 0.86% | 0.4% | - |
| XYZ | 3.34 | 1.68 | 12.46 | - |
| YUV | 31.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 101 | 0.61 | 0.86 | 0 | 0.60 | 257.24 | 0.76 | 0.23 |
| Hex | 27 | E | 65 | 3D | 56 | 0 | 3C | 101 | 4C | 17 |
| Octal | 47 | 16 | 145 | 75 | 126 | 0 | 74 | 401 | 114 | 27 |
| Binary | 100111 | 1110 | 1100101 | 111101 | 1010110 | 0 | 111100 | 100000001 | 1001100 | 10111 |
Color Harmonies of #270E65
Complementary color
Monochromatic Colors of #270E65
Black with #270E65
Text Example
Text Example
White with #270E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E65; }
p { color: rgb(39,14,101); }
H1.HeaderClassName
{
color: #270E65;
}
.AnyTagClassName
{
color: #270E65;
}
</style>
background-color css
<style>
a { background-color: #270E65; }
a { background-color: rgb(39,14,101); }
div.DivClassName
{
background-color: #270E65;
}
.BgClassName
{
background-color: #270E65;
}
</style>
border-color css
<style>
span { border-color: #270E65; }
span { border-color: rgb(39,14,101); }
td.TdClassName
{
border-color: #270E65;
}
.TagClassName
{
border-color: #270E65;
}
</style>