Shades of Persian Indigo #270D7D
Tints of Persian Indigo #270D7D
RGB
CMYK
RGB Variations
Color information
#270D7D (or 0x270D7D) is known color: Persian Indigo. HEX triplet: 27, 0D and 7D. RGB value is (39,13,125). Sum of RGB (Red+Green+Blue) = 39+13+125=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #270D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D7D is #D8F282. Grayscale: #212121. Windows color (decimal): -14217859 or 8195367. OLE color: 8195367.
HSL color Cylindrical-coordinate representation of color #270D7D: hue angle of 253.93º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270D7D is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 13 | 125 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.51 |
| HSL | 253.93º | 0.81% | 0.27% | - |
| HSV(B) | 253.93º | 0.9% | 0.49% | - |
| XYZ | 4.68 | 2.2 | 19.58 | - |
| YUV | 33.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 125 | 0.69 | 0.90 | 0 | 0.51 | 253.93 | 0.81 | 0.27 |
| Hex | 27 | D | 7D | 45 | 5A | 0 | 33 | FE | 51 | 1B |
| Octal | 47 | 15 | 175 | 105 | 132 | 0 | 63 | 376 | 121 | 33 |
| Binary | 100111 | 1101 | 1111101 | 1000101 | 1011010 | 0 | 110011 | 11111110 | 1010001 | 11011 |
Color Harmonies of #270D7D
Complementary color
Monochromatic Colors of #270D7D
Black with #270D7D
Text Example
Text Example
White with #270D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D7D; }
p { color: rgb(39,13,125); }
H1.HeaderClassName
{
color: #270D7D;
}
.AnyTagClassName
{
color: #270D7D;
}
</style>
background-color css
<style>
a { background-color: #270D7D; }
a { background-color: rgb(39,13,125); }
div.DivClassName
{
background-color: #270D7D;
}
.BgClassName
{
background-color: #270D7D;
}
</style>
border-color css
<style>
span { border-color: #270D7D; }
span { border-color: rgb(39,13,125); }
td.TdClassName
{
border-color: #270D7D;
}
.TagClassName
{
border-color: #270D7D;
}
</style>