Shades of Persian Indigo #30199B
Tints of Persian Indigo #30199B
RGB
CMYK
RGB Variations
Color information
#30199B (or 0x30199B) is known color: Persian Indigo. HEX triplet: 30, 19 and 9B. RGB value is (48,25,155). Sum of RGB (Red+Green+Blue) = 48+25+155=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #30199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30199B is #CFE664. Grayscale: #2E2E2E. Windows color (decimal): -13624933 or 10164528. OLE color: 10164528.
HSL color Cylindrical-coordinate representation of color #30199B: hue angle of 250.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30199B is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 25 | 155 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.39 |
| HSL | 250.62º | 0.72% | 0.35% | - |
| HSV(B) | 250.62º | 0.84% | 0.61% | - |
| XYZ | 7.48 | 3.69 | 31.33 | - |
| YUV | 46.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 155 | 0.69 | 0.84 | 0 | 0.39 | 250.62 | 0.72 | 0.35 |
| Hex | 30 | 19 | 9B | 45 | 54 | 0 | 27 | FB | 48 | 23 |
| Octal | 60 | 31 | 233 | 105 | 124 | 0 | 47 | 373 | 110 | 43 |
| Binary | 110000 | 11001 | 10011011 | 1000101 | 1010100 | 0 | 100111 | 11111011 | 1001000 | 100011 |
Color Harmonies of #30199B
Complementary color
Monochromatic Colors of #30199B
Black with #30199B
Text Example
Text Example
White with #30199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30199B; }
p { color: rgb(48,25,155); }
H1.HeaderClassName
{
color: #30199B;
}
.AnyTagClassName
{
color: #30199B;
}
</style>
background-color css
<style>
a { background-color: #30199B; }
a { background-color: rgb(48,25,155); }
div.DivClassName
{
background-color: #30199B;
}
.BgClassName
{
background-color: #30199B;
}
</style>
border-color css
<style>
span { border-color: #30199B; }
span { border-color: rgb(48,25,155); }
td.TdClassName
{
border-color: #30199B;
}
.TagClassName
{
border-color: #30199B;
}
</style>