Shades of Persian Indigo #271C88
Tints of Persian Indigo #271C88
RGB
CMYK
RGB Variations
Color information
#271C88 (or 0x271C88) is known color: Persian Indigo. HEX triplet: 27, 1C and 88. RGB value is (39,28,136). Sum of RGB (Red+Green+Blue) = 39+28+136=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #271C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C88 is #D8E377. Grayscale: #2B2B2B. Windows color (decimal): -14214008 or 8920103. OLE color: 8920103.
HSL color Cylindrical-coordinate representation of color #271C88: hue angle of 246.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271C88 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 28 | 136 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.47 |
| HSL | 246.11º | 0.66% | 0.32% | - |
| HSV(B) | 246.11º | 0.79% | 0.53% | - |
| XYZ | 5.7 | 3.04 | 23.58 | - |
| YUV | 43.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 136 | 0.71 | 0.79 | 0 | 0.47 | 246.11 | 0.66 | 0.32 |
| Hex | 27 | 1C | 88 | 47 | 4F | 0 | 2F | F6 | 42 | 20 |
| Octal | 47 | 34 | 210 | 107 | 117 | 0 | 57 | 366 | 102 | 40 |
| Binary | 100111 | 11100 | 10001000 | 1000111 | 1001111 | 0 | 101111 | 11110110 | 1000010 | 100000 |
Color Harmonies of #271C88
Complementary color
Monochromatic Colors of #271C88
Black with #271C88
Text Example
Text Example
White with #271C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C88; }
p { color: rgb(39,28,136); }
H1.HeaderClassName
{
color: #271C88;
}
.AnyTagClassName
{
color: #271C88;
}
</style>
background-color css
<style>
a { background-color: #271C88; }
a { background-color: rgb(39,28,136); }
div.DivClassName
{
background-color: #271C88;
}
.BgClassName
{
background-color: #271C88;
}
</style>
border-color css
<style>
span { border-color: #271C88; }
span { border-color: rgb(39,28,136); }
td.TdClassName
{
border-color: #271C88;
}
.TagClassName
{
border-color: #271C88;
}
</style>