Shades of Persian Indigo #28026A
Tints of Persian Indigo #28026A
RGB
CMYK
RGB Variations
Color information
#28026A (or 0x28026A) is known color: Persian Indigo. HEX triplet: 28, 02 and 6A. RGB value is (40,2,106). Sum of RGB (Red+Green+Blue) = 40+2+106=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #28026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28026A is #D7FD95. Grayscale: #181818. Windows color (decimal): -14155158 or 6947368. OLE color: 6947368.
HSL color Cylindrical-coordinate representation of color #28026A: hue angle of 261.92º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28026A is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 2 | 106 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.58 |
| HSL | 261.92º | 0.96% | 0.21% | - |
| HSV(B) | 261.92º | 0.98% | 0.42% | - |
| XYZ | 3.5 | 1.54 | 13.75 | - |
| YUV | 25.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 106 | 0.62 | 0.98 | 0 | 0.58 | 261.92 | 0.96 | 0.21 |
| Hex | 28 | 2 | 6A | 3E | 62 | 0 | 3A | 106 | 60 | 15 |
| Octal | 50 | 2 | 152 | 76 | 142 | 0 | 72 | 406 | 140 | 25 |
| Binary | 101000 | 10 | 1101010 | 111110 | 1100010 | 0 | 111010 | 100000110 | 1100000 | 10101 |
Color Harmonies of #28026A
Complementary color
Monochromatic Colors of #28026A
Black with #28026A
Text Example
Text Example
White with #28026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28026A; }
p { color: rgb(40,2,106); }
H1.HeaderClassName
{
color: #28026A;
}
.AnyTagClassName
{
color: #28026A;
}
</style>
background-color css
<style>
a { background-color: #28026A; }
a { background-color: rgb(40,2,106); }
div.DivClassName
{
background-color: #28026A;
}
.BgClassName
{
background-color: #28026A;
}
</style>
border-color css
<style>
span { border-color: #28026A; }
span { border-color: rgb(40,2,106); }
td.TdClassName
{
border-color: #28026A;
}
.TagClassName
{
border-color: #28026A;
}
</style>