Shades of Persian Indigo #28077C
Tints of Persian Indigo #28077C
RGB
CMYK
RGB Variations
Color information
#28077C (or 0x28077C) is known color: Persian Indigo. HEX triplet: 28, 07 and 7C. RGB value is (40,7,124). Sum of RGB (Red+Green+Blue) = 40+7+124=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #28077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28077C is #D7F883. Grayscale: #1D1D1D. Windows color (decimal): -14153860 or 8128296. OLE color: 8128296.
HSL color Cylindrical-coordinate representation of color #28077C: hue angle of 256.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28077C is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 7 | 124 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.51 |
| HSL | 256.92º | 0.89% | 0.26% | - |
| HSV(B) | 256.92º | 0.94% | 0.49% | - |
| XYZ | 4.59 | 2.06 | 19.22 | - |
| YUV | 30.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 124 | 0.68 | 0.94 | 0 | 0.51 | 256.92 | 0.89 | 0.26 |
| Hex | 28 | 7 | 7C | 44 | 5E | 0 | 33 | 101 | 59 | 1A |
| Octal | 50 | 7 | 174 | 104 | 136 | 0 | 63 | 401 | 131 | 32 |
| Binary | 101000 | 111 | 1111100 | 1000100 | 1011110 | 0 | 110011 | 100000001 | 1011001 | 11010 |
Color Harmonies of #28077C
Complementary color
Monochromatic Colors of #28077C
Black with #28077C
Text Example
Text Example
White with #28077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28077C; }
p { color: rgb(40,7,124); }
H1.HeaderClassName
{
color: #28077C;
}
.AnyTagClassName
{
color: #28077C;
}
</style>
background-color css
<style>
a { background-color: #28077C; }
a { background-color: rgb(40,7,124); }
div.DivClassName
{
background-color: #28077C;
}
.BgClassName
{
background-color: #28077C;
}
</style>
border-color css
<style>
span { border-color: #28077C; }
span { border-color: rgb(40,7,124); }
td.TdClassName
{
border-color: #28077C;
}
.TagClassName
{
border-color: #28077C;
}
</style>