Shades of Persian Indigo #30088E
Tints of Persian Indigo #30088E
RGB
CMYK
RGB Variations
Color information
#30088E (or 0x30088E) is known color: Persian Indigo. HEX triplet: 30, 08 and 8E. RGB value is (48,8,142). Sum of RGB (Red+Green+Blue) = 48+8+142=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #30088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30088E is #CFF771. Grayscale: #222222. Windows color (decimal): -13629298 or 9308208. OLE color: 9308208.
HSL color Cylindrical-coordinate representation of color #30088E: hue angle of 257.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30088E is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 8 | 142 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.44 |
| HSL | 257.91º | 0.89% | 0.29% | - |
| HSV(B) | 257.91º | 0.94% | 0.56% | - |
| XYZ | 6.19 | 2.76 | 25.8 | - |
| YUV | 35.24 | 188.25 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 142 | 0.66 | 0.94 | 0 | 0.44 | 257.91 | 0.89 | 0.29 |
| Hex | 30 | 8 | 8E | 42 | 5E | 0 | 2C | 102 | 59 | 1D |
| Octal | 60 | 10 | 216 | 102 | 136 | 0 | 54 | 402 | 131 | 35 |
| Binary | 110000 | 1000 | 10001110 | 1000010 | 1011110 | 0 | 101100 | 100000010 | 1011001 | 11101 |
Color Harmonies of #30088E
Complementary color
Monochromatic Colors of #30088E
Black with #30088E
Text Example
Text Example
White with #30088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30088E; }
p { color: rgb(48,8,142); }
H1.HeaderClassName
{
color: #30088E;
}
.AnyTagClassName
{
color: #30088E;
}
</style>
background-color css
<style>
a { background-color: #30088E; }
a { background-color: rgb(48,8,142); }
div.DivClassName
{
background-color: #30088E;
}
.BgClassName
{
background-color: #30088E;
}
</style>
border-color css
<style>
span { border-color: #30088E; }
span { border-color: rgb(48,8,142); }
td.TdClassName
{
border-color: #30088E;
}
.TagClassName
{
border-color: #30088E;
}
</style>