Shades of Persian Indigo #30098B
Tints of Persian Indigo #30098B
RGB
CMYK
RGB Variations
Color information
#30098B (or 0x30098B) is known color: Persian Indigo. HEX triplet: 30, 09 and 8B. RGB value is (48,9,139). Sum of RGB (Red+Green+Blue) = 48+9+139=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #30098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30098B is #CFF674. Grayscale: #232323. Windows color (decimal): -13629045 or 9111856. OLE color: 9111856.
HSL color Cylindrical-coordinate representation of color #30098B: hue angle of 258º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30098B is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 9 | 139 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.45 |
| HSL | 258º | 0.88% | 0.29% | - |
| HSV(B) | 258º | 0.94% | 0.55% | - |
| XYZ | 5.98 | 2.69 | 24.63 | - |
| YUV | 35.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 139 | 0.65 | 0.94 | 0 | 0.45 | 258 | 0.88 | 0.29 |
| Hex | 30 | 9 | 8B | 41 | 5E | 0 | 2D | 102 | 58 | 1D |
| Octal | 60 | 11 | 213 | 101 | 136 | 0 | 55 | 402 | 130 | 35 |
| Binary | 110000 | 1001 | 10001011 | 1000001 | 1011110 | 0 | 101101 | 100000010 | 1011000 | 11101 |
Color Harmonies of #30098B
Complementary color
Monochromatic Colors of #30098B
Black with #30098B
Text Example
Text Example
White with #30098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30098B; }
p { color: rgb(48,9,139); }
H1.HeaderClassName
{
color: #30098B;
}
.AnyTagClassName
{
color: #30098B;
}
</style>
background-color css
<style>
a { background-color: #30098B; }
a { background-color: rgb(48,9,139); }
div.DivClassName
{
background-color: #30098B;
}
.BgClassName
{
background-color: #30098B;
}
</style>
border-color css
<style>
span { border-color: #30098B; }
span { border-color: rgb(48,9,139); }
td.TdClassName
{
border-color: #30098B;
}
.TagClassName
{
border-color: #30098B;
}
</style>