Shades of Persian Indigo #28078A
Tints of Persian Indigo #28078A
RGB
CMYK
RGB Variations
Color information
#28078A (or 0x28078A) is known color: Persian Indigo. HEX triplet: 28, 07 and 8A. RGB value is (40,7,138). Sum of RGB (Red+Green+Blue) = 40+7+138=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #28078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28078A is #D7F875. Grayscale: #1F1F1F. Windows color (decimal): -14153846 or 9045800. OLE color: 9045800.
HSL color Cylindrical-coordinate representation of color #28078A: hue angle of 255.11º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28078A is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 7 | 138 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.46 |
| HSL | 255.11º | 0.9% | 0.28% | - |
| HSV(B) | 255.11º | 0.95% | 0.54% | - |
| XYZ | 5.54 | 2.44 | 24.22 | - |
| YUV | 31.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 138 | 0.71 | 0.95 | 0 | 0.46 | 255.11 | 0.9 | 0.28 |
| Hex | 28 | 7 | 8A | 47 | 5F | 0 | 2E | FF | 5A | 1C |
| Octal | 50 | 7 | 212 | 107 | 137 | 0 | 56 | 377 | 132 | 34 |
| Binary | 101000 | 111 | 10001010 | 1000111 | 1011111 | 0 | 101110 | 11111111 | 1011010 | 11100 |
Color Harmonies of #28078A
Complementary color
Monochromatic Colors of #28078A
Black with #28078A
Text Example
Text Example
White with #28078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28078A; }
p { color: rgb(40,7,138); }
H1.HeaderClassName
{
color: #28078A;
}
.AnyTagClassName
{
color: #28078A;
}
</style>
background-color css
<style>
a { background-color: #28078A; }
a { background-color: rgb(40,7,138); }
div.DivClassName
{
background-color: #28078A;
}
.BgClassName
{
background-color: #28078A;
}
</style>
border-color css
<style>
span { border-color: #28078A; }
span { border-color: rgb(40,7,138); }
td.TdClassName
{
border-color: #28078A;
}
.TagClassName
{
border-color: #28078A;
}
</style>