Shades of Persian Indigo #30018B
Tints of Persian Indigo #30018B
RGB
CMYK
RGB Variations
Color information
#30018B (or 0x30018B) is known color: Persian Indigo. HEX triplet: 30, 01 and 8B. RGB value is (48,1,139). Sum of RGB (Red+Green+Blue) = 48+1+139=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #30018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30018B is #CFFE74. Grayscale: #1E1E1E. Windows color (decimal): -13631093 or 9109808. OLE color: 9109808.
HSL color Cylindrical-coordinate representation of color #30018B: hue angle of 260.43º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30018B is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 1 | 139 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.45 |
| HSL | 260.43º | 0.99% | 0.27% | - |
| HSV(B) | 260.43º | 0.99% | 0.55% | - |
| XYZ | 5.89 | 2.51 | 24.6 | - |
| YUV | 30.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 139 | 0.65 | 0.99 | 0 | 0.45 | 260.43 | 0.99 | 0.27 |
| Hex | 30 | 1 | 8B | 41 | 63 | 0 | 2D | 104 | 63 | 1B |
| Octal | 60 | 1 | 213 | 101 | 143 | 0 | 55 | 404 | 143 | 33 |
| Binary | 110000 | 1 | 10001011 | 1000001 | 1100011 | 0 | 101101 | 100000100 | 1100011 | 11011 |
Color Harmonies of #30018B
Complementary color
Monochromatic Colors of #30018B
Black with #30018B
Text Example
Text Example
White with #30018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30018B; }
p { color: rgb(48,1,139); }
H1.HeaderClassName
{
color: #30018B;
}
.AnyTagClassName
{
color: #30018B;
}
</style>
background-color css
<style>
a { background-color: #30018B; }
a { background-color: rgb(48,1,139); }
div.DivClassName
{
background-color: #30018B;
}
.BgClassName
{
background-color: #30018B;
}
</style>
border-color css
<style>
span { border-color: #30018B; }
span { border-color: rgb(48,1,139); }
td.TdClassName
{
border-color: #30018B;
}
.TagClassName
{
border-color: #30018B;
}
</style>