Shades of Persian Indigo #28058B
Tints of Persian Indigo #28058B
RGB
CMYK
RGB Variations
Color information
#28058B (or 0x28058B) is known color: Persian Indigo. HEX triplet: 28, 05 and 8B. RGB value is (40,5,139). Sum of RGB (Red+Green+Blue) = 40+5+139=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #28058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28058B is #D7FA74. Grayscale: #1E1E1E. Windows color (decimal): -14154357 or 9110824. OLE color: 9110824.
HSL color Cylindrical-coordinate representation of color #28058B: hue angle of 255.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28058B is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 5 | 139 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.45 |
| HSL | 255.67º | 0.93% | 0.28% | - |
| HSV(B) | 255.67º | 0.96% | 0.55% | - |
| XYZ | 5.59 | 2.42 | 24.6 | - |
| YUV | 30.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 139 | 0.71 | 0.96 | 0 | 0.45 | 255.67 | 0.93 | 0.28 |
| Hex | 28 | 5 | 8B | 47 | 60 | 0 | 2D | 100 | 5D | 1C |
| Octal | 50 | 5 | 213 | 107 | 140 | 0 | 55 | 400 | 135 | 34 |
| Binary | 101000 | 101 | 10001011 | 1000111 | 1100000 | 0 | 101101 | 100000000 | 1011101 | 11100 |
Color Harmonies of #28058B
Complementary color
Monochromatic Colors of #28058B
Black with #28058B
Text Example
Text Example
White with #28058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28058B; }
p { color: rgb(40,5,139); }
H1.HeaderClassName
{
color: #28058B;
}
.AnyTagClassName
{
color: #28058B;
}
</style>
background-color css
<style>
a { background-color: #28058B; }
a { background-color: rgb(40,5,139); }
div.DivClassName
{
background-color: #28058B;
}
.BgClassName
{
background-color: #28058B;
}
</style>
border-color css
<style>
span { border-color: #28058B; }
span { border-color: rgb(40,5,139); }
td.TdClassName
{
border-color: #28058B;
}
.TagClassName
{
border-color: #28058B;
}
</style>