Shades of Persian Indigo #28087C
Tints of Persian Indigo #28087C
RGB
CMYK
RGB Variations
Color information
#28087C (or 0x28087C) is known color: Persian Indigo. HEX triplet: 28, 08 and 7C. RGB value is (40,8,124). Sum of RGB (Red+Green+Blue) = 40+8+124=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #28087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28087C is #D7F783. Grayscale: #1E1E1E. Windows color (decimal): -14153604 or 8128552. OLE color: 8128552.
HSL color Cylindrical-coordinate representation of color #28087C: hue angle of 256.55º degrees, saturation: 0.88, 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 #28087C is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 8 | 124 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.51 |
| HSL | 256.55º | 0.88% | 0.26% | - |
| HSV(B) | 256.55º | 0.94% | 0.49% | - |
| XYZ | 4.6 | 2.08 | 19.23 | - |
| YUV | 30.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 124 | 0.68 | 0.94 | 0 | 0.51 | 256.55 | 0.88 | 0.26 |
| Hex | 28 | 8 | 7C | 44 | 5E | 0 | 33 | 101 | 58 | 1A |
| Octal | 50 | 10 | 174 | 104 | 136 | 0 | 63 | 401 | 130 | 32 |
| Binary | 101000 | 1000 | 1111100 | 1000100 | 1011110 | 0 | 110011 | 100000001 | 1011000 | 11010 |
Color Harmonies of #28087C
Complementary color
Monochromatic Colors of #28087C
Black with #28087C
Text Example
Text Example
White with #28087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28087C; }
p { color: rgb(40,8,124); }
H1.HeaderClassName
{
color: #28087C;
}
.AnyTagClassName
{
color: #28087C;
}
</style>
background-color css
<style>
a { background-color: #28087C; }
a { background-color: rgb(40,8,124); }
div.DivClassName
{
background-color: #28087C;
}
.BgClassName
{
background-color: #28087C;
}
</style>
border-color css
<style>
span { border-color: #28087C; }
span { border-color: rgb(40,8,124); }
td.TdClassName
{
border-color: #28087C;
}
.TagClassName
{
border-color: #28087C;
}
</style>