Shades of Persian Indigo #28018F
Tints of Persian Indigo #28018F
RGB
CMYK
RGB Variations
Color information
#28018F (or 0x28018F) is known color: Persian Indigo. HEX triplet: 28, 01 and 8F. RGB value is (40,1,143). Sum of RGB (Red+Green+Blue) = 40+1+143=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #28018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28018F is #D7FE70. Grayscale: #1C1C1C. Windows color (decimal): -14155377 or 9371944. OLE color: 9371944.
HSL color Cylindrical-coordinate representation of color #28018F: hue angle of 256.48º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28018F is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 1 | 143 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.44 |
| HSL | 256.48º | 0.99% | 0.28% | - |
| HSV(B) | 256.48º | 0.99% | 0.56% | - |
| XYZ | 5.84 | 2.46 | 26.15 | - |
| YUV | 28.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 143 | 0.72 | 0.99 | 0 | 0.44 | 256.48 | 0.99 | 0.28 |
| Hex | 28 | 1 | 8F | 48 | 63 | 0 | 2C | 100 | 63 | 1C |
| Octal | 50 | 1 | 217 | 110 | 143 | 0 | 54 | 400 | 143 | 34 |
| Binary | 101000 | 1 | 10001111 | 1001000 | 1100011 | 0 | 101100 | 100000000 | 1100011 | 11100 |
Color Harmonies of #28018F
Complementary color
Monochromatic Colors of #28018F
Black with #28018F
Text Example
Text Example
White with #28018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28018F; }
p { color: rgb(40,1,143); }
H1.HeaderClassName
{
color: #28018F;
}
.AnyTagClassName
{
color: #28018F;
}
</style>
background-color css
<style>
a { background-color: #28018F; }
a { background-color: rgb(40,1,143); }
div.DivClassName
{
background-color: #28018F;
}
.BgClassName
{
background-color: #28018F;
}
</style>
border-color css
<style>
span { border-color: #28018F; }
span { border-color: rgb(40,1,143); }
td.TdClassName
{
border-color: #28018F;
}
.TagClassName
{
border-color: #28018F;
}
</style>