Shades of Persian Indigo #28028A
Tints of Persian Indigo #28028A
RGB
CMYK
RGB Variations
Color information
#28028A (or 0x28028A) is known color: Persian Indigo. HEX triplet: 28, 02 and 8A. RGB value is (40,2,138). Sum of RGB (Red+Green+Blue) = 40+2+138=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #28028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28028A is #D7FD75. Grayscale: #1C1C1C. Windows color (decimal): -14155126 or 9044520. OLE color: 9044520.
HSL color Cylindrical-coordinate representation of color #28028A: hue angle of 256.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28028A is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 2 | 138 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.46 |
| HSL | 256.76º | 0.97% | 0.27% | - |
| HSV(B) | 256.76º | 0.99% | 0.54% | - |
| XYZ | 5.48 | 2.33 | 24.21 | - |
| YUV | 28.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 138 | 0.71 | 0.99 | 0 | 0.46 | 256.76 | 0.97 | 0.27 |
| Hex | 28 | 2 | 8A | 47 | 63 | 0 | 2E | 101 | 61 | 1B |
| Octal | 50 | 2 | 212 | 107 | 143 | 0 | 56 | 401 | 141 | 33 |
| Binary | 101000 | 10 | 10001010 | 1000111 | 1100011 | 0 | 101110 | 100000001 | 1100001 | 11011 |
Color Harmonies of #28028A
Complementary color
Monochromatic Colors of #28028A
Black with #28028A
Text Example
Text Example
White with #28028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28028A; }
p { color: rgb(40,2,138); }
H1.HeaderClassName
{
color: #28028A;
}
.AnyTagClassName
{
color: #28028A;
}
</style>
background-color css
<style>
a { background-color: #28028A; }
a { background-color: rgb(40,2,138); }
div.DivClassName
{
background-color: #28028A;
}
.BgClassName
{
background-color: #28028A;
}
</style>
border-color css
<style>
span { border-color: #28028A; }
span { border-color: rgb(40,2,138); }
td.TdClassName
{
border-color: #28028A;
}
.TagClassName
{
border-color: #28028A;
}
</style>