Shades of Persian Indigo #271C8A
Tints of Persian Indigo #271C8A
RGB
CMYK
RGB Variations
Color information
#271C8A (or 0x271C8A) is known color: Persian Indigo. HEX triplet: 27, 1C and 8A. RGB value is (39,28,138). Sum of RGB (Red+Green+Blue) = 39+28+138=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #271C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C8A is #D8E375. Grayscale: #2B2B2B. Windows color (decimal): -14214006 or 9051175. OLE color: 9051175.
HSL color Cylindrical-coordinate representation of color #271C8A: hue angle of 246º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271C8A is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 28 | 138 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.46 |
| HSL | 246º | 0.66% | 0.33% | - |
| HSV(B) | 246º | 0.8% | 0.54% | - |
| XYZ | 5.84 | 3.1 | 24.33 | - |
| YUV | 43.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 138 | 0.72 | 0.80 | 0 | 0.46 | 246 | 0.66 | 0.33 |
| Hex | 27 | 1C | 8A | 48 | 50 | 0 | 2E | F6 | 42 | 21 |
| Octal | 47 | 34 | 212 | 110 | 120 | 0 | 56 | 366 | 102 | 41 |
| Binary | 100111 | 11100 | 10001010 | 1001000 | 1010000 | 0 | 101110 | 11110110 | 1000010 | 100001 |
Color Harmonies of #271C8A
Complementary color
Monochromatic Colors of #271C8A
Black with #271C8A
Text Example
Text Example
White with #271C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C8A; }
p { color: rgb(39,28,138); }
H1.HeaderClassName
{
color: #271C8A;
}
.AnyTagClassName
{
color: #271C8A;
}
</style>
background-color css
<style>
a { background-color: #271C8A; }
a { background-color: rgb(39,28,138); }
div.DivClassName
{
background-color: #271C8A;
}
.BgClassName
{
background-color: #271C8A;
}
</style>
border-color css
<style>
span { border-color: #271C8A; }
span { border-color: rgb(39,28,138); }
td.TdClassName
{
border-color: #271C8A;
}
.TagClassName
{
border-color: #271C8A;
}
</style>