Shades of Persian Indigo #30188B
Tints of Persian Indigo #30188B
RGB
CMYK
RGB Variations
Color information
#30188B (or 0x30188B) is known color: Persian Indigo. HEX triplet: 30, 18 and 8B. RGB value is (48,24,139). Sum of RGB (Red+Green+Blue) = 48+24+139=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #30188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30188B is #CFE774. Grayscale: #2B2B2B. Windows color (decimal): -13625205 or 9115696. OLE color: 9115696.
HSL color Cylindrical-coordinate representation of color #30188B: hue angle of 252.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30188B is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 24 | 139 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.45 |
| HSL | 252.52º | 0.71% | 0.32% | - |
| HSV(B) | 252.52º | 0.83% | 0.55% | - |
| XYZ | 6.21 | 3.15 | 24.71 | - |
| YUV | 44.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 139 | 0.65 | 0.83 | 0 | 0.45 | 252.52 | 0.71 | 0.32 |
| Hex | 30 | 18 | 8B | 41 | 53 | 0 | 2D | FD | 47 | 20 |
| Octal | 60 | 30 | 213 | 101 | 123 | 0 | 55 | 375 | 107 | 40 |
| Binary | 110000 | 11000 | 10001011 | 1000001 | 1010011 | 0 | 101101 | 11111101 | 1000111 | 100000 |
Color Harmonies of #30188B
Complementary color
Monochromatic Colors of #30188B
Black with #30188B
Text Example
Text Example
White with #30188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30188B; }
p { color: rgb(48,24,139); }
H1.HeaderClassName
{
color: #30188B;
}
.AnyTagClassName
{
color: #30188B;
}
</style>
background-color css
<style>
a { background-color: #30188B; }
a { background-color: rgb(48,24,139); }
div.DivClassName
{
background-color: #30188B;
}
.BgClassName
{
background-color: #30188B;
}
</style>
border-color css
<style>
span { border-color: #30188B; }
span { border-color: rgb(48,24,139); }
td.TdClassName
{
border-color: #30188B;
}
.TagClassName
{
border-color: #30188B;
}
</style>