Shades of Persian Indigo #30148B
Tints of Persian Indigo #30148B
RGB
CMYK
RGB Variations
Color information
#30148B (or 0x30148B) is known color: Persian Indigo. HEX triplet: 30, 14 and 8B. RGB value is (48,20,139). Sum of RGB (Red+Green+Blue) = 48+20+139=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #30148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30148B is #CFEB74. Grayscale: #292929. Windows color (decimal): -13626229 or 9114672. OLE color: 9114672.
HSL color Cylindrical-coordinate representation of color #30148B: hue angle of 254.12º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30148B is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 20 | 139 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.45 |
| HSL | 254.12º | 0.75% | 0.31% | - |
| HSV(B) | 254.12º | 0.86% | 0.55% | - |
| XYZ | 6.13 | 2.99 | 24.68 | - |
| YUV | 41.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 139 | 0.65 | 0.86 | 0 | 0.45 | 254.12 | 0.75 | 0.31 |
| Hex | 30 | 14 | 8B | 41 | 56 | 0 | 2D | FE | 4B | 1F |
| Octal | 60 | 24 | 213 | 101 | 126 | 0 | 55 | 376 | 113 | 37 |
| Binary | 110000 | 10100 | 10001011 | 1000001 | 1010110 | 0 | 101101 | 11111110 | 1001011 | 11111 |
Color Harmonies of #30148B
Complementary color
Monochromatic Colors of #30148B
Black with #30148B
Text Example
Text Example
White with #30148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30148B; }
p { color: rgb(48,20,139); }
H1.HeaderClassName
{
color: #30148B;
}
.AnyTagClassName
{
color: #30148B;
}
</style>
background-color css
<style>
a { background-color: #30148B; }
a { background-color: rgb(48,20,139); }
div.DivClassName
{
background-color: #30148B;
}
.BgClassName
{
background-color: #30148B;
}
</style>
border-color css
<style>
span { border-color: #30148B; }
span { border-color: rgb(48,20,139); }
td.TdClassName
{
border-color: #30148B;
}
.TagClassName
{
border-color: #30148B;
}
</style>