Shades of Persian Indigo #30258B
Tints of Persian Indigo #30258B
RGB
CMYK
RGB Variations
Color information
#30258B (or 0x30258B) is known color: Persian Indigo. HEX triplet: 30, 25 and 8B. RGB value is (48,37,139). Sum of RGB (Red+Green+Blue) = 48+37+139=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #30258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30258B is #CFDA74. Grayscale: #333333. Windows color (decimal): -13621877 or 9119024. OLE color: 9119024.
HSL color Cylindrical-coordinate representation of color #30258B: hue angle of 246.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30258B is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 37 | 139 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.45 |
| HSL | 246.47º | 0.58% | 0.35% | - |
| HSV(B) | 246.47º | 0.73% | 0.55% | - |
| XYZ | 6.54 | 3.82 | 24.82 | - |
| YUV | 51.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 139 | 0.65 | 0.73 | 0 | 0.45 | 246.47 | 0.58 | 0.35 |
| Hex | 30 | 25 | 8B | 41 | 49 | 0 | 2D | F6 | 3A | 23 |
| Octal | 60 | 45 | 213 | 101 | 111 | 0 | 55 | 366 | 72 | 43 |
| Binary | 110000 | 100101 | 10001011 | 1000001 | 1001001 | 0 | 101101 | 11110110 | 111010 | 100011 |
Color Harmonies of #30258B
Complementary color
Monochromatic Colors of #30258B
Black with #30258B
Text Example
Text Example
White with #30258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30258B; }
p { color: rgb(48,37,139); }
H1.HeaderClassName
{
color: #30258B;
}
.AnyTagClassName
{
color: #30258B;
}
</style>
background-color css
<style>
a { background-color: #30258B; }
a { background-color: rgb(48,37,139); }
div.DivClassName
{
background-color: #30258B;
}
.BgClassName
{
background-color: #30258B;
}
</style>
border-color css
<style>
span { border-color: #30258B; }
span { border-color: rgb(48,37,139); }
td.TdClassName
{
border-color: #30258B;
}
.TagClassName
{
border-color: #30258B;
}
</style>