Shades of Persian Indigo #28148A
Tints of Persian Indigo #28148A
RGB
CMYK
RGB Variations
Color information
#28148A (or 0x28148A) is known color: Persian Indigo. HEX triplet: 28, 14 and 8A. RGB value is (40,20,138). Sum of RGB (Red+Green+Blue) = 40+20+138=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #28148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28148A is #D7EB75. Grayscale: #262626. Windows color (decimal): -14150518 or 9049128. OLE color: 9049128.
HSL color Cylindrical-coordinate representation of color #28148A: hue angle of 250.17º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28148A is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 20 | 138 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.46 |
| HSL | 250.17º | 0.75% | 0.31% | - |
| HSV(B) | 250.17º | 0.86% | 0.54% | - |
| XYZ | 5.71 | 2.79 | 24.28 | - |
| YUV | 39.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 138 | 0.71 | 0.86 | 0 | 0.46 | 250.17 | 0.75 | 0.31 |
| Hex | 28 | 14 | 8A | 47 | 56 | 0 | 2E | FA | 4B | 1F |
| Octal | 50 | 24 | 212 | 107 | 126 | 0 | 56 | 372 | 113 | 37 |
| Binary | 101000 | 10100 | 10001010 | 1000111 | 1010110 | 0 | 101110 | 11111010 | 1001011 | 11111 |
Color Harmonies of #28148A
Complementary color
Monochromatic Colors of #28148A
Black with #28148A
Text Example
Text Example
White with #28148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28148A; }
p { color: rgb(40,20,138); }
H1.HeaderClassName
{
color: #28148A;
}
.AnyTagClassName
{
color: #28148A;
}
</style>
background-color css
<style>
a { background-color: #28148A; }
a { background-color: rgb(40,20,138); }
div.DivClassName
{
background-color: #28148A;
}
.BgClassName
{
background-color: #28148A;
}
</style>
border-color css
<style>
span { border-color: #28148A; }
span { border-color: rgb(40,20,138); }
td.TdClassName
{
border-color: #28148A;
}
.TagClassName
{
border-color: #28148A;
}
</style>