Shades of Persian Indigo #271D83
Tints of Persian Indigo #271D83
RGB
CMYK
RGB Variations
Color information
#271D83 (or 0x271D83) is known color: Persian Indigo. HEX triplet: 27, 1D and 83. RGB value is (39,29,131). Sum of RGB (Red+Green+Blue) = 39+29+131=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #271D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271D83 is #D8E27C. Grayscale: #2B2B2B. Windows color (decimal): -14213757 or 8592679. OLE color: 8592679.
HSL color Cylindrical-coordinate representation of color #271D83: hue angle of 245.88º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271D83 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 29 | 131 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.49 |
| HSL | 245.88º | 0.64% | 0.31% | - |
| HSV(B) | 245.88º | 0.78% | 0.51% | - |
| XYZ | 5.37 | 2.95 | 21.76 | - |
| YUV | 43.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 131 | 0.70 | 0.78 | 0 | 0.49 | 245.88 | 0.64 | 0.31 |
| Hex | 27 | 1D | 83 | 46 | 4E | 0 | 31 | F6 | 40 | 1F |
| Octal | 47 | 35 | 203 | 106 | 116 | 0 | 61 | 366 | 100 | 37 |
| Binary | 100111 | 11101 | 10000011 | 1000110 | 1001110 | 0 | 110001 | 11110110 | 1000000 | 11111 |
Color Harmonies of #271D83
Complementary color
Monochromatic Colors of #271D83
Black with #271D83
Text Example
Text Example
White with #271D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D83; }
p { color: rgb(39,29,131); }
H1.HeaderClassName
{
color: #271D83;
}
.AnyTagClassName
{
color: #271D83;
}
</style>
background-color css
<style>
a { background-color: #271D83; }
a { background-color: rgb(39,29,131); }
div.DivClassName
{
background-color: #271D83;
}
.BgClassName
{
background-color: #271D83;
}
</style>
border-color css
<style>
span { border-color: #271D83; }
span { border-color: rgb(39,29,131); }
td.TdClassName
{
border-color: #271D83;
}
.TagClassName
{
border-color: #271D83;
}
</style>