Shades of Persian Indigo #28147F
Tints of Persian Indigo #28147F
RGB
CMYK
RGB Variations
Color information
#28147F (or 0x28147F) is known color: Persian Indigo. HEX triplet: 28, 14 and 7F. RGB value is (40,20,127). Sum of RGB (Red+Green+Blue) = 40+20+127=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #28147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28147F is #D7EB80. Grayscale: #252525. Windows color (decimal): -14150529 or 8328232. OLE color: 8328232.
HSL color Cylindrical-coordinate representation of color #28147F: hue angle of 251.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28147F is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 20 | 127 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.50 |
| HSL | 251.22º | 0.73% | 0.29% | - |
| HSV(B) | 251.22º | 0.84% | 0.5% | - |
| XYZ | 4.96 | 2.48 | 20.3 | - |
| YUV | 38.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 127 | 0.69 | 0.84 | 0 | 0.50 | 251.22 | 0.73 | 0.29 |
| Hex | 28 | 14 | 7F | 45 | 54 | 0 | 32 | FB | 49 | 1D |
| Octal | 50 | 24 | 177 | 105 | 124 | 0 | 62 | 373 | 111 | 35 |
| Binary | 101000 | 10100 | 1111111 | 1000101 | 1010100 | 0 | 110010 | 11111011 | 1001001 | 11101 |
Color Harmonies of #28147F
Complementary color
Monochromatic Colors of #28147F
Black with #28147F
Text Example
Text Example
White with #28147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28147F; }
p { color: rgb(40,20,127); }
H1.HeaderClassName
{
color: #28147F;
}
.AnyTagClassName
{
color: #28147F;
}
</style>
background-color css
<style>
a { background-color: #28147F; }
a { background-color: rgb(40,20,127); }
div.DivClassName
{
background-color: #28147F;
}
.BgClassName
{
background-color: #28147F;
}
</style>
border-color css
<style>
span { border-color: #28147F; }
span { border-color: rgb(40,20,127); }
td.TdClassName
{
border-color: #28147F;
}
.TagClassName
{
border-color: #28147F;
}
</style>