Shades of Persian Indigo #30158B
Tints of Persian Indigo #30158B
RGB
CMYK
RGB Variations
Color information
#30158B (or 0x30158B) is known color: Persian Indigo. HEX triplet: 30, 15 and 8B. RGB value is (48,21,139). Sum of RGB (Red+Green+Blue) = 48+21+139=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #30158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30158B is #CFEA74. Grayscale: #2A2A2A. Windows color (decimal): -13625973 or 9114928. OLE color: 9114928.
HSL color Cylindrical-coordinate representation of color #30158B: hue angle of 253.73º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30158B is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 21 | 139 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.45 |
| HSL | 253.73º | 0.74% | 0.31% | - |
| HSV(B) | 253.73º | 0.85% | 0.55% | - |
| XYZ | 6.15 | 3.03 | 24.69 | - |
| YUV | 42.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 139 | 0.65 | 0.85 | 0 | 0.45 | 253.73 | 0.74 | 0.31 |
| Hex | 30 | 15 | 8B | 41 | 55 | 0 | 2D | FE | 4A | 1F |
| Octal | 60 | 25 | 213 | 101 | 125 | 0 | 55 | 376 | 112 | 37 |
| Binary | 110000 | 10101 | 10001011 | 1000001 | 1010101 | 0 | 101101 | 11111110 | 1001010 | 11111 |
Color Harmonies of #30158B
Complementary color
Monochromatic Colors of #30158B
Black with #30158B
Text Example
Text Example
White with #30158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30158B; }
p { color: rgb(48,21,139); }
H1.HeaderClassName
{
color: #30158B;
}
.AnyTagClassName
{
color: #30158B;
}
</style>
background-color css
<style>
a { background-color: #30158B; }
a { background-color: rgb(48,21,139); }
div.DivClassName
{
background-color: #30158B;
}
.BgClassName
{
background-color: #30158B;
}
</style>
border-color css
<style>
span { border-color: #30158B; }
span { border-color: rgb(48,21,139); }
td.TdClassName
{
border-color: #30158B;
}
.TagClassName
{
border-color: #30158B;
}
</style>