Shades of Persian Indigo #28026D
Tints of Persian Indigo #28026D
RGB
CMYK
RGB Variations
Color information
#28026D (or 0x28026D) is known color: Persian Indigo. HEX triplet: 28, 02 and 6D. RGB value is (40,2,109). Sum of RGB (Red+Green+Blue) = 40+2+109=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #28026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28026D is #D7FD92. Grayscale: #191919. Windows color (decimal): -14155155 or 7143976. OLE color: 7143976.
HSL color Cylindrical-coordinate representation of color #28026D: hue angle of 261.31º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28026D is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 2 | 109 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.57 |
| HSL | 261.31º | 0.96% | 0.22% | - |
| HSV(B) | 261.31º | 0.98% | 0.43% | - |
| XYZ | 3.66 | 1.6 | 14.58 | - |
| YUV | 25.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 109 | 0.63 | 0.98 | 0 | 0.57 | 261.31 | 0.96 | 0.22 |
| Hex | 28 | 2 | 6D | 3F | 62 | 0 | 39 | 105 | 60 | 16 |
| Octal | 50 | 2 | 155 | 77 | 142 | 0 | 71 | 405 | 140 | 26 |
| Binary | 101000 | 10 | 1101101 | 111111 | 1100010 | 0 | 111001 | 100000101 | 1100000 | 10110 |
Color Harmonies of #28026D
Complementary color
Monochromatic Colors of #28026D
Black with #28026D
Text Example
Text Example
White with #28026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28026D; }
p { color: rgb(40,2,109); }
H1.HeaderClassName
{
color: #28026D;
}
.AnyTagClassName
{
color: #28026D;
}
</style>
background-color css
<style>
a { background-color: #28026D; }
a { background-color: rgb(40,2,109); }
div.DivClassName
{
background-color: #28026D;
}
.BgClassName
{
background-color: #28026D;
}
</style>
border-color css
<style>
span { border-color: #28026D; }
span { border-color: rgb(40,2,109); }
td.TdClassName
{
border-color: #28026D;
}
.TagClassName
{
border-color: #28026D;
}
</style>