Shades of Persian Indigo #270D66
Tints of Persian Indigo #270D66
RGB
CMYK
RGB Variations
Color information
#270D66 (or 0x270D66) is known color: Persian Indigo. HEX triplet: 27, 0D and 66. RGB value is (39,13,102). Sum of RGB (Red+Green+Blue) = 39+13+102=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #270D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D66 is #D8F299. Grayscale: #1E1E1E. Windows color (decimal): -14217882 or 6688039. OLE color: 6688039.
HSL color Cylindrical-coordinate representation of color #270D66: hue angle of 257.53º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270D66 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 13 | 102 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.6 |
| HSL | 257.53º | 0.77% | 0.23% | - |
| HSV(B) | 257.53º | 0.87% | 0.4% | - |
| XYZ | 3.38 | 1.68 | 12.72 | - |
| YUV | 30.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 102 | 0.62 | 0.87 | 0 | 0.6 | 257.53 | 0.77 | 0.23 |
| Hex | 27 | D | 66 | 3E | 57 | 0 | 3C | 102 | 4D | 17 |
| Octal | 47 | 15 | 146 | 76 | 127 | 0 | 74 | 402 | 115 | 27 |
| Binary | 100111 | 1101 | 1100110 | 111110 | 1010111 | 0 | 111100 | 100000010 | 1001101 | 10111 |
Color Harmonies of #270D66
Complementary color
Monochromatic Colors of #270D66
Black with #270D66
Text Example
Text Example
White with #270D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D66; }
p { color: rgb(39,13,102); }
H1.HeaderClassName
{
color: #270D66;
}
.AnyTagClassName
{
color: #270D66;
}
</style>
background-color css
<style>
a { background-color: #270D66; }
a { background-color: rgb(39,13,102); }
div.DivClassName
{
background-color: #270D66;
}
.BgClassName
{
background-color: #270D66;
}
</style>
border-color css
<style>
span { border-color: #270D66; }
span { border-color: rgb(39,13,102); }
td.TdClassName
{
border-color: #270D66;
}
.TagClassName
{
border-color: #270D66;
}
</style>