Shades of Persian Indigo #270D71
Tints of Persian Indigo #270D71
RGB
CMYK
RGB Variations
Color information
#270D71 (or 0x270D71) is known color: Persian Indigo. HEX triplet: 27, 0D and 71. RGB value is (39,13,113). Sum of RGB (Red+Green+Blue) = 39+13+113=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #270D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D71 is #D8F28E. Grayscale: #1F1F1F. Windows color (decimal): -14217871 or 7408935. OLE color: 7408935.
HSL color Cylindrical-coordinate representation of color #270D71: hue angle of 255.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270D71 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 13 | 113 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.56 |
| HSL | 255.6º | 0.79% | 0.25% | - |
| HSV(B) | 255.6º | 0.88% | 0.44% | - |
| XYZ | 3.96 | 1.91 | 15.78 | - |
| YUV | 32.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 113 | 0.65 | 0.88 | 0 | 0.56 | 255.6 | 0.79 | 0.25 |
| Hex | 27 | D | 71 | 41 | 58 | 0 | 38 | 100 | 4F | 19 |
| Octal | 47 | 15 | 161 | 101 | 130 | 0 | 70 | 400 | 117 | 31 |
| Binary | 100111 | 1101 | 1110001 | 1000001 | 1011000 | 0 | 111000 | 100000000 | 1001111 | 11001 |
Color Harmonies of #270D71
Complementary color
Monochromatic Colors of #270D71
Black with #270D71
Text Example
Text Example
White with #270D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D71; }
p { color: rgb(39,13,113); }
H1.HeaderClassName
{
color: #270D71;
}
.AnyTagClassName
{
color: #270D71;
}
</style>
background-color css
<style>
a { background-color: #270D71; }
a { background-color: rgb(39,13,113); }
div.DivClassName
{
background-color: #270D71;
}
.BgClassName
{
background-color: #270D71;
}
</style>
border-color css
<style>
span { border-color: #270D71; }
span { border-color: rgb(39,13,113); }
td.TdClassName
{
border-color: #270D71;
}
.TagClassName
{
border-color: #270D71;
}
</style>