Shades of Persian Indigo #28147D
Tints of Persian Indigo #28147D
RGB
CMYK
RGB Variations
Color information
#28147D (or 0x28147D) is known color: Persian Indigo. HEX triplet: 28, 14 and 7D. RGB value is (40,20,125). Sum of RGB (Red+Green+Blue) = 40+20+125=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #28147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28147D is #D7EB82. Grayscale: #252525. Windows color (decimal): -14150531 or 8197160. OLE color: 8197160.
HSL color Cylindrical-coordinate representation of color #28147D: hue angle of 251.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28147D is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 20 | 125 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.51 |
| HSL | 251.43º | 0.72% | 0.28% | - |
| HSV(B) | 251.43º | 0.84% | 0.49% | - |
| XYZ | 4.83 | 2.43 | 19.62 | - |
| YUV | 37.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 125 | 0.68 | 0.84 | 0 | 0.51 | 251.43 | 0.72 | 0.28 |
| Hex | 28 | 14 | 7D | 44 | 54 | 0 | 33 | FB | 48 | 1C |
| Octal | 50 | 24 | 175 | 104 | 124 | 0 | 63 | 373 | 110 | 34 |
| Binary | 101000 | 10100 | 1111101 | 1000100 | 1010100 | 0 | 110011 | 11111011 | 1001000 | 11100 |
Color Harmonies of #28147D
Complementary color
Monochromatic Colors of #28147D
Black with #28147D
Text Example
Text Example
White with #28147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28147D; }
p { color: rgb(40,20,125); }
H1.HeaderClassName
{
color: #28147D;
}
.AnyTagClassName
{
color: #28147D;
}
</style>
background-color css
<style>
a { background-color: #28147D; }
a { background-color: rgb(40,20,125); }
div.DivClassName
{
background-color: #28147D;
}
.BgClassName
{
background-color: #28147D;
}
</style>
border-color css
<style>
span { border-color: #28147D; }
span { border-color: rgb(40,20,125); }
td.TdClassName
{
border-color: #28147D;
}
.TagClassName
{
border-color: #28147D;
}
</style>