Shades of Persian Indigo #28078E
Tints of Persian Indigo #28078E
RGB
CMYK
RGB Variations
Color information
#28078E (or 0x28078E) is known color: Persian Indigo. HEX triplet: 28, 07 and 8E. RGB value is (40,7,142). Sum of RGB (Red+Green+Blue) = 40+7+142=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #28078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28078E is #D7F871. Grayscale: #1F1F1F. Windows color (decimal): -14153842 or 9307944. OLE color: 9307944.
HSL color Cylindrical-coordinate representation of color #28078E: hue angle of 254.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28078E is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 7 | 142 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.44 |
| HSL | 254.67º | 0.91% | 0.29% | - |
| HSV(B) | 254.67º | 0.95% | 0.56% | - |
| XYZ | 5.83 | 2.56 | 25.78 | - |
| YUV | 32.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 142 | 0.72 | 0.95 | 0 | 0.44 | 254.67 | 0.91 | 0.29 |
| Hex | 28 | 7 | 8E | 48 | 5F | 0 | 2C | FF | 5B | 1D |
| Octal | 50 | 7 | 216 | 110 | 137 | 0 | 54 | 377 | 133 | 35 |
| Binary | 101000 | 111 | 10001110 | 1001000 | 1011111 | 0 | 101100 | 11111111 | 1011011 | 11101 |
Color Harmonies of #28078E
Complementary color
Monochromatic Colors of #28078E
Black with #28078E
Text Example
Text Example
White with #28078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28078E; }
p { color: rgb(40,7,142); }
H1.HeaderClassName
{
color: #28078E;
}
.AnyTagClassName
{
color: #28078E;
}
</style>
background-color css
<style>
a { background-color: #28078E; }
a { background-color: rgb(40,7,142); }
div.DivClassName
{
background-color: #28078E;
}
.BgClassName
{
background-color: #28078E;
}
</style>
border-color css
<style>
span { border-color: #28078E; }
span { border-color: rgb(40,7,142); }
td.TdClassName
{
border-color: #28078E;
}
.TagClassName
{
border-color: #28078E;
}
</style>