Shades of Persian Indigo #270D7B
Tints of Persian Indigo #270D7B
RGB
CMYK
RGB Variations
Color information
#270D7B (or 0x270D7B) is known color: Persian Indigo. HEX triplet: 27, 0D and 7B. RGB value is (39,13,123). Sum of RGB (Red+Green+Blue) = 39+13+123=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #270D7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D7B is #D8F284. Grayscale: #202020. Windows color (decimal): -14217861 or 8064295. OLE color: 8064295.
HSL color Cylindrical-coordinate representation of color #270D7B: hue angle of 254.18º degrees, saturation: 0.81, 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 #270D7B is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 13 | 123 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.52 |
| HSL | 254.18º | 0.81% | 0.27% | - |
| HSV(B) | 254.18º | 0.89% | 0.48% | - |
| XYZ | 4.56 | 2.15 | 18.91 | - |
| YUV | 33.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 123 | 0.68 | 0.89 | 0 | 0.52 | 254.18 | 0.81 | 0.27 |
| Hex | 27 | D | 7B | 44 | 59 | 0 | 34 | FE | 51 | 1B |
| Octal | 47 | 15 | 173 | 104 | 131 | 0 | 64 | 376 | 121 | 33 |
| Binary | 100111 | 1101 | 1111011 | 1000100 | 1011001 | 0 | 110100 | 11111110 | 1010001 | 11011 |
Color Harmonies of #270D7B
Complementary color
Monochromatic Colors of #270D7B
Black with #270D7B
Text Example
Text Example
White with #270D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D7B; }
p { color: rgb(39,13,123); }
H1.HeaderClassName
{
color: #270D7B;
}
.AnyTagClassName
{
color: #270D7B;
}
</style>
background-color css
<style>
a { background-color: #270D7B; }
a { background-color: rgb(39,13,123); }
div.DivClassName
{
background-color: #270D7B;
}
.BgClassName
{
background-color: #270D7B;
}
</style>
border-color css
<style>
span { border-color: #270D7B; }
span { border-color: rgb(39,13,123); }
td.TdClassName
{
border-color: #270D7B;
}
.TagClassName
{
border-color: #270D7B;
}
</style>