Shades of Persian Indigo #270D78
Tints of Persian Indigo #270D78
RGB
CMYK
RGB Variations
Color information
#270D78 (or 0x270D78) is known color: Persian Indigo. HEX triplet: 27, 0D and 78. RGB value is (39,13,120). Sum of RGB (Red+Green+Blue) = 39+13+120=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #270D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D78 is #D8F287. Grayscale: #202020. Windows color (decimal): -14217864 or 7867687. OLE color: 7867687.
HSL color Cylindrical-coordinate representation of color #270D78: hue angle of 254.58º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270D78 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 13 | 120 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.53 |
| HSL | 254.58º | 0.8% | 0.26% | - |
| HSV(B) | 254.58º | 0.89% | 0.47% | - |
| XYZ | 4.37 | 2.08 | 17.94 | - |
| YUV | 32.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 120 | 0.67 | 0.89 | 0 | 0.53 | 254.58 | 0.8 | 0.26 |
| Hex | 27 | D | 78 | 43 | 59 | 0 | 35 | FF | 50 | 1A |
| Octal | 47 | 15 | 170 | 103 | 131 | 0 | 65 | 377 | 120 | 32 |
| Binary | 100111 | 1101 | 1111000 | 1000011 | 1011001 | 0 | 110101 | 11111111 | 1010000 | 11010 |
Color Harmonies of #270D78
Complementary color
Monochromatic Colors of #270D78
Black with #270D78
Text Example
Text Example
White with #270D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D78; }
p { color: rgb(39,13,120); }
H1.HeaderClassName
{
color: #270D78;
}
.AnyTagClassName
{
color: #270D78;
}
</style>
background-color css
<style>
a { background-color: #270D78; }
a { background-color: rgb(39,13,120); }
div.DivClassName
{
background-color: #270D78;
}
.BgClassName
{
background-color: #270D78;
}
</style>
border-color css
<style>
span { border-color: #270D78; }
span { border-color: rgb(39,13,120); }
td.TdClassName
{
border-color: #270D78;
}
.TagClassName
{
border-color: #270D78;
}
</style>