Shades of Persian Indigo #270D88
Tints of Persian Indigo #270D88
RGB
CMYK
RGB Variations
Color information
#270D88 (or 0x270D88) is known color: Persian Indigo. HEX triplet: 27, 0D and 88. RGB value is (39,13,136). Sum of RGB (Red+Green+Blue) = 39+13+136=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #270D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D88 is #D8F277. Grayscale: #222222. Windows color (decimal): -14217848 or 8916263. OLE color: 8916263.
HSL color Cylindrical-coordinate representation of color #270D88: hue angle of 252.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270D88 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 13 | 136 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.47 |
| HSL | 252.68º | 0.83% | 0.29% | - |
| HSV(B) | 252.68º | 0.9% | 0.53% | - |
| XYZ | 5.42 | 2.5 | 23.49 | - |
| YUV | 34.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 136 | 0.71 | 0.90 | 0 | 0.47 | 252.68 | 0.83 | 0.29 |
| Hex | 27 | D | 88 | 47 | 5A | 0 | 2F | FD | 53 | 1D |
| Octal | 47 | 15 | 210 | 107 | 132 | 0 | 57 | 375 | 123 | 35 |
| Binary | 100111 | 1101 | 10001000 | 1000111 | 1011010 | 0 | 101111 | 11111101 | 1010011 | 11101 |
Color Harmonies of #270D88
Complementary color
Monochromatic Colors of #270D88
Black with #270D88
Text Example
Text Example
White with #270D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D88; }
p { color: rgb(39,13,136); }
H1.HeaderClassName
{
color: #270D88;
}
.AnyTagClassName
{
color: #270D88;
}
</style>
background-color css
<style>
a { background-color: #270D88; }
a { background-color: rgb(39,13,136); }
div.DivClassName
{
background-color: #270D88;
}
.BgClassName
{
background-color: #270D88;
}
</style>
border-color css
<style>
span { border-color: #270D88; }
span { border-color: rgb(39,13,136); }
td.TdClassName
{
border-color: #270D88;
}
.TagClassName
{
border-color: #270D88;
}
</style>