Shades of Persian Indigo #271D8A
Tints of Persian Indigo #271D8A
RGB
CMYK
RGB Variations
Color information
#271D8A (or 0x271D8A) is known color: Persian Indigo. HEX triplet: 27, 1D and 8A. RGB value is (39,29,138). Sum of RGB (Red+Green+Blue) = 39+29+138=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #271D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271D8A is #D8E275. Grayscale: #2B2B2B. Windows color (decimal): -14213750 or 9051431. OLE color: 9051431.
HSL color Cylindrical-coordinate representation of color #271D8A: hue angle of 245.5º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271D8A is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 29 | 138 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.46 |
| HSL | 245.5º | 0.65% | 0.33% | - |
| HSV(B) | 245.5º | 0.79% | 0.54% | - |
| XYZ | 5.86 | 3.15 | 24.34 | - |
| YUV | 44.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 138 | 0.72 | 0.79 | 0 | 0.46 | 245.5 | 0.65 | 0.33 |
| Hex | 27 | 1D | 8A | 48 | 4F | 0 | 2E | F6 | 41 | 21 |
| Octal | 47 | 35 | 212 | 110 | 117 | 0 | 56 | 366 | 101 | 41 |
| Binary | 100111 | 11101 | 10001010 | 1001000 | 1001111 | 0 | 101110 | 11110110 | 1000001 | 100001 |
Color Harmonies of #271D8A
Complementary color
Monochromatic Colors of #271D8A
Black with #271D8A
Text Example
Text Example
White with #271D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D8A; }
p { color: rgb(39,29,138); }
H1.HeaderClassName
{
color: #271D8A;
}
.AnyTagClassName
{
color: #271D8A;
}
</style>
background-color css
<style>
a { background-color: #271D8A; }
a { background-color: rgb(39,29,138); }
div.DivClassName
{
background-color: #271D8A;
}
.BgClassName
{
background-color: #271D8A;
}
</style>
border-color css
<style>
span { border-color: #271D8A; }
span { border-color: rgb(39,29,138); }
td.TdClassName
{
border-color: #271D8A;
}
.TagClassName
{
border-color: #271D8A;
}
</style>