Shades of Persian Indigo #28146F
Tints of Persian Indigo #28146F
RGB
CMYK
RGB Variations
Color information
#28146F (or 0x28146F) is known color: Persian Indigo. HEX triplet: 28, 14 and 6F. RGB value is (40,20,111). Sum of RGB (Red+Green+Blue) = 40+20+111=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #28146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28146F is #D7EB90. Grayscale: #242424. Windows color (decimal): -14150545 or 7279656. OLE color: 7279656.
HSL color Cylindrical-coordinate representation of color #28146F: hue angle of 253.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28146F is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 20 | 111 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.56 |
| HSL | 253.19º | 0.69% | 0.26% | - |
| HSV(B) | 253.19º | 0.82% | 0.44% | - |
| XYZ | 3.99 | 2.1 | 15.23 | - |
| YUV | 36.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 111 | 0.64 | 0.82 | 0 | 0.56 | 253.19 | 0.69 | 0.26 |
| Hex | 28 | 14 | 6F | 40 | 52 | 0 | 38 | FD | 45 | 1A |
| Octal | 50 | 24 | 157 | 100 | 122 | 0 | 70 | 375 | 105 | 32 |
| Binary | 101000 | 10100 | 1101111 | 1000000 | 1010010 | 0 | 111000 | 11111101 | 1000101 | 11010 |
Color Harmonies of #28146F
Complementary color
Monochromatic Colors of #28146F
Black with #28146F
Text Example
Text Example
White with #28146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28146F; }
p { color: rgb(40,20,111); }
H1.HeaderClassName
{
color: #28146F;
}
.AnyTagClassName
{
color: #28146F;
}
</style>
background-color css
<style>
a { background-color: #28146F; }
a { background-color: rgb(40,20,111); }
div.DivClassName
{
background-color: #28146F;
}
.BgClassName
{
background-color: #28146F;
}
</style>
border-color css
<style>
span { border-color: #28146F; }
span { border-color: rgb(40,20,111); }
td.TdClassName
{
border-color: #28146F;
}
.TagClassName
{
border-color: #28146F;
}
</style>