Shades of Persian Indigo #270E7B
Tints of Persian Indigo #270E7B
RGB
CMYK
RGB Variations
Color information
#270E7B (or 0x270E7B) is known color: Persian Indigo. HEX triplet: 27, 0E and 7B. RGB value is (39,14,123). Sum of RGB (Red+Green+Blue) = 39+14+123=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #270E7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E7B is #D8F184. Grayscale: #212121. Windows color (decimal): -14217605 or 8064551. OLE color: 8064551.
HSL color Cylindrical-coordinate representation of color #270E7B: hue angle of 253.76º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270E7B is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 14 | 123 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.52 |
| HSL | 253.76º | 0.8% | 0.27% | - |
| HSV(B) | 253.76º | 0.89% | 0.48% | - |
| XYZ | 4.57 | 2.18 | 18.92 | - |
| YUV | 33.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 123 | 0.68 | 0.89 | 0 | 0.52 | 253.76 | 0.8 | 0.27 |
| Hex | 27 | E | 7B | 44 | 59 | 0 | 34 | FE | 50 | 1B |
| Octal | 47 | 16 | 173 | 104 | 131 | 0 | 64 | 376 | 120 | 33 |
| Binary | 100111 | 1110 | 1111011 | 1000100 | 1011001 | 0 | 110100 | 11111110 | 1010000 | 11011 |
Color Harmonies of #270E7B
Complementary color
Monochromatic Colors of #270E7B
Black with #270E7B
Text Example
Text Example
White with #270E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E7B; }
p { color: rgb(39,14,123); }
H1.HeaderClassName
{
color: #270E7B;
}
.AnyTagClassName
{
color: #270E7B;
}
</style>
background-color css
<style>
a { background-color: #270E7B; }
a { background-color: rgb(39,14,123); }
div.DivClassName
{
background-color: #270E7B;
}
.BgClassName
{
background-color: #270E7B;
}
</style>
border-color css
<style>
span { border-color: #270E7B; }
span { border-color: rgb(39,14,123); }
td.TdClassName
{
border-color: #270E7B;
}
.TagClassName
{
border-color: #270E7B;
}
</style>