Shades of Persian Indigo #30248B
Tints of Persian Indigo #30248B
RGB
CMYK
RGB Variations
Color information
#30248B (or 0x30248B) is known color: Persian Indigo. HEX triplet: 30, 24 and 8B. RGB value is (48,36,139). Sum of RGB (Red+Green+Blue) = 48+36+139=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #30248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30248B is #CFDB74. Grayscale: #323232. Windows color (decimal): -13622133 or 9118768. OLE color: 9118768.
HSL color Cylindrical-coordinate representation of color #30248B: hue angle of 246.99º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30248B is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 36 | 139 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.45 |
| HSL | 246.99º | 0.59% | 0.34% | - |
| HSV(B) | 246.99º | 0.74% | 0.55% | - |
| XYZ | 6.51 | 3.75 | 24.81 | - |
| YUV | 51.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 139 | 0.65 | 0.74 | 0 | 0.45 | 246.99 | 0.59 | 0.34 |
| Hex | 30 | 24 | 8B | 41 | 4A | 0 | 2D | F7 | 3B | 22 |
| Octal | 60 | 44 | 213 | 101 | 112 | 0 | 55 | 367 | 73 | 42 |
| Binary | 110000 | 100100 | 10001011 | 1000001 | 1001010 | 0 | 101101 | 11110111 | 111011 | 100010 |
Color Harmonies of #30248B
Complementary color
Monochromatic Colors of #30248B
Black with #30248B
Text Example
Text Example
White with #30248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30248B; }
p { color: rgb(48,36,139); }
H1.HeaderClassName
{
color: #30248B;
}
.AnyTagClassName
{
color: #30248B;
}
</style>
background-color css
<style>
a { background-color: #30248B; }
a { background-color: rgb(48,36,139); }
div.DivClassName
{
background-color: #30248B;
}
.BgClassName
{
background-color: #30248B;
}
</style>
border-color css
<style>
span { border-color: #30248B; }
span { border-color: rgb(48,36,139); }
td.TdClassName
{
border-color: #30248B;
}
.TagClassName
{
border-color: #30248B;
}
</style>