Shades of Persian Indigo #30018D
Tints of Persian Indigo #30018D
RGB
CMYK
RGB Variations
Color information
#30018D (or 0x30018D) is known color: Persian Indigo. HEX triplet: 30, 01 and 8D. RGB value is (48,1,141). Sum of RGB (Red+Green+Blue) = 48+1+141=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #30018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30018D is #CFFE72. Grayscale: #1E1E1E. Windows color (decimal): -13631091 or 9240880. OLE color: 9240880.
HSL color Cylindrical-coordinate representation of color #30018D: hue angle of 260.14º degrees, saturation: 0.99, 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 #30018D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 1 | 141 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.45 |
| HSL | 260.14º | 0.99% | 0.28% | - |
| HSV(B) | 260.14º | 0.99% | 0.55% | - |
| XYZ | 6.04 | 2.57 | 25.38 | - |
| YUV | 31.01 | 190.07 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 141 | 0.66 | 0.99 | 0 | 0.45 | 260.14 | 0.99 | 0.28 |
| Hex | 30 | 1 | 8D | 42 | 63 | 0 | 2D | 104 | 63 | 1C |
| Octal | 60 | 1 | 215 | 102 | 143 | 0 | 55 | 404 | 143 | 34 |
| Binary | 110000 | 1 | 10001101 | 1000010 | 1100011 | 0 | 101101 | 100000100 | 1100011 | 11100 |
Color Harmonies of #30018D
Complementary color
Monochromatic Colors of #30018D
Black with #30018D
Text Example
Text Example
White with #30018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30018D; }
p { color: rgb(48,1,141); }
H1.HeaderClassName
{
color: #30018D;
}
.AnyTagClassName
{
color: #30018D;
}
</style>
background-color css
<style>
a { background-color: #30018D; }
a { background-color: rgb(48,1,141); }
div.DivClassName
{
background-color: #30018D;
}
.BgClassName
{
background-color: #30018D;
}
</style>
border-color css
<style>
span { border-color: #30018D; }
span { border-color: rgb(48,1,141); }
td.TdClassName
{
border-color: #30018D;
}
.TagClassName
{
border-color: #30018D;
}
</style>