Shades of Persian Indigo #28127E
Tints of Persian Indigo #28127E
RGB
CMYK
RGB Variations
Color information
#28127E (or 0x28127E) is known color: Persian Indigo. HEX triplet: 28, 12 and 7E. RGB value is (40,18,126). Sum of RGB (Red+Green+Blue) = 40+18+126=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #28127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28127E is #D7ED81. Grayscale: #242424. Windows color (decimal): -14151042 or 8262184. OLE color: 8262184.
HSL color Cylindrical-coordinate representation of color #28127E: hue angle of 252.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28127E is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 18 | 126 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.51 |
| HSL | 252.22º | 0.75% | 0.28% | - |
| HSV(B) | 252.22º | 0.86% | 0.49% | - |
| XYZ | 4.86 | 2.39 | 19.94 | - |
| YUV | 36.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 126 | 0.68 | 0.86 | 0 | 0.51 | 252.22 | 0.75 | 0.28 |
| Hex | 28 | 12 | 7E | 44 | 56 | 0 | 33 | FC | 4B | 1C |
| Octal | 50 | 22 | 176 | 104 | 126 | 0 | 63 | 374 | 113 | 34 |
| Binary | 101000 | 10010 | 1111110 | 1000100 | 1010110 | 0 | 110011 | 11111100 | 1001011 | 11100 |
Color Harmonies of #28127E
Complementary color
Monochromatic Colors of #28127E
Black with #28127E
Text Example
Text Example
White with #28127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28127E; }
p { color: rgb(40,18,126); }
H1.HeaderClassName
{
color: #28127E;
}
.AnyTagClassName
{
color: #28127E;
}
</style>
background-color css
<style>
a { background-color: #28127E; }
a { background-color: rgb(40,18,126); }
div.DivClassName
{
background-color: #28127E;
}
.BgClassName
{
background-color: #28127E;
}
</style>
border-color css
<style>
span { border-color: #28127E; }
span { border-color: rgb(40,18,126); }
td.TdClassName
{
border-color: #28127E;
}
.TagClassName
{
border-color: #28127E;
}
</style>