Shades of Persian Indigo #28128A
Tints of Persian Indigo #28128A
RGB
CMYK
RGB Variations
Color information
#28128A (or 0x28128A) is known color: Persian Indigo. HEX triplet: 28, 12 and 8A. RGB value is (40,18,138). Sum of RGB (Red+Green+Blue) = 40+18+138=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #28128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28128A is #D7ED75. Grayscale: #252525. Windows color (decimal): -14151030 or 9048616. OLE color: 9048616.
HSL color Cylindrical-coordinate representation of color #28128A: hue angle of 251º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28128A is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 18 | 138 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.46 |
| HSL | 251º | 0.77% | 0.31% | - |
| HSV(B) | 251º | 0.87% | 0.54% | - |
| XYZ | 5.68 | 2.72 | 24.27 | - |
| YUV | 38.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 138 | 0.71 | 0.87 | 0 | 0.46 | 251 | 0.77 | 0.31 |
| Hex | 28 | 12 | 8A | 47 | 57 | 0 | 2E | FB | 4D | 1F |
| Octal | 50 | 22 | 212 | 107 | 127 | 0 | 56 | 373 | 115 | 37 |
| Binary | 101000 | 10010 | 10001010 | 1000111 | 1010111 | 0 | 101110 | 11111011 | 1001101 | 11111 |
Color Harmonies of #28128A
Complementary color
Monochromatic Colors of #28128A
Black with #28128A
Text Example
Text Example
White with #28128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28128A; }
p { color: rgb(40,18,138); }
H1.HeaderClassName
{
color: #28128A;
}
.AnyTagClassName
{
color: #28128A;
}
</style>
background-color css
<style>
a { background-color: #28128A; }
a { background-color: rgb(40,18,138); }
div.DivClassName
{
background-color: #28128A;
}
.BgClassName
{
background-color: #28128A;
}
</style>
border-color css
<style>
span { border-color: #28128A; }
span { border-color: rgb(40,18,138); }
td.TdClassName
{
border-color: #28128A;
}
.TagClassName
{
border-color: #28128A;
}
</style>