Shades of Persian Indigo #30028D
Tints of Persian Indigo #30028D
RGB
CMYK
RGB Variations
Color information
#30028D (or 0x30028D) is known color: Persian Indigo. HEX triplet: 30, 02 and 8D. RGB value is (48,2,141). Sum of RGB (Red+Green+Blue) = 48+2+141=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #30028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30028D is #CFFD72. Grayscale: #1F1F1F. Windows color (decimal): -13630835 or 9241136. OLE color: 9241136.
HSL color Cylindrical-coordinate representation of color #30028D: hue angle of 259.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30028D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 2 | 141 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.45 |
| HSL | 259.86º | 0.97% | 0.28% | - |
| HSV(B) | 259.86º | 0.99% | 0.55% | - |
| XYZ | 6.05 | 2.59 | 25.38 | - |
| YUV | 31.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 141 | 0.66 | 0.99 | 0 | 0.45 | 259.86 | 0.97 | 0.28 |
| Hex | 30 | 2 | 8D | 42 | 63 | 0 | 2D | 104 | 61 | 1C |
| Octal | 60 | 2 | 215 | 102 | 143 | 0 | 55 | 404 | 141 | 34 |
| Binary | 110000 | 10 | 10001101 | 1000010 | 1100011 | 0 | 101101 | 100000100 | 1100001 | 11100 |
Color Harmonies of #30028D
Complementary color
Monochromatic Colors of #30028D
Black with #30028D
Text Example
Text Example
White with #30028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30028D; }
p { color: rgb(48,2,141); }
H1.HeaderClassName
{
color: #30028D;
}
.AnyTagClassName
{
color: #30028D;
}
</style>
background-color css
<style>
a { background-color: #30028D; }
a { background-color: rgb(48,2,141); }
div.DivClassName
{
background-color: #30028D;
}
.BgClassName
{
background-color: #30028D;
}
</style>
border-color css
<style>
span { border-color: #30028D; }
span { border-color: rgb(48,2,141); }
td.TdClassName
{
border-color: #30028D;
}
.TagClassName
{
border-color: #30028D;
}
</style>