Shades of Persian Indigo #28107E
Tints of Persian Indigo #28107E
RGB
CMYK
RGB Variations
Color information
#28107E (or 0x28107E) is known color: Persian Indigo. HEX triplet: 28, 10 and 7E. RGB value is (40,16,126). Sum of RGB (Red+Green+Blue) = 40+16+126=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 126 (49.61% from 255 or 69.23% from 182); Max value from RGB is 126 - color contains mainly: blue. Hex color #28107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28107E is #D7EF81. Grayscale: #232323. Windows color (decimal): -14151554 or 8261672. OLE color: 8261672.
HSL color Cylindrical-coordinate representation of color #28107E: hue angle of 253.09º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28107E is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 16 | 126 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.51 |
| HSL | 253.09º | 0.77% | 0.28% | - |
| HSV(B) | 253.09º | 0.87% | 0.49% | - |
| XYZ | 4.83 | 2.33 | 19.93 | - |
| YUV | 35.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 126 | 0.68 | 0.87 | 0 | 0.51 | 253.09 | 0.77 | 0.28 |
| Hex | 28 | 10 | 7E | 44 | 57 | 0 | 33 | FD | 4D | 1C |
| Octal | 50 | 20 | 176 | 104 | 127 | 0 | 63 | 375 | 115 | 34 |
| Binary | 101000 | 10000 | 1111110 | 1000100 | 1010111 | 0 | 110011 | 11111101 | 1001101 | 11100 |
Color Harmonies of #28107E
Complementary color
Monochromatic Colors of #28107E
Black with #28107E
Text Example
Text Example
White with #28107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28107E; }
p { color: rgb(40,16,126); }
H1.HeaderClassName
{
color: #28107E;
}
.AnyTagClassName
{
color: #28107E;
}
</style>
background-color css
<style>
a { background-color: #28107E; }
a { background-color: rgb(40,16,126); }
div.DivClassName
{
background-color: #28107E;
}
.BgClassName
{
background-color: #28107E;
}
</style>
border-color css
<style>
span { border-color: #28107E; }
span { border-color: rgb(40,16,126); }
td.TdClassName
{
border-color: #28107E;
}
.TagClassName
{
border-color: #28107E;
}
</style>