Shades of Persian Indigo #30258D
Tints of Persian Indigo #30258D
RGB
CMYK
RGB Variations
Color information
#30258D (or 0x30258D) is known color: Persian Indigo. HEX triplet: 30, 25 and 8D. RGB value is (48,37,141). Sum of RGB (Red+Green+Blue) = 48+37+141=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #30258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30258D is #CFDA72. Grayscale: #333333. Windows color (decimal): -13621875 or 9250096. OLE color: 9250096.
HSL color Cylindrical-coordinate representation of color #30258D: hue angle of 246.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30258D is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 37 | 141 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.45 |
| HSL | 246.35º | 0.58% | 0.35% | - |
| HSV(B) | 246.35º | 0.74% | 0.55% | - |
| XYZ | 6.69 | 3.87 | 25.59 | - |
| YUV | 52.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 141 | 0.66 | 0.74 | 0 | 0.45 | 246.35 | 0.58 | 0.35 |
| Hex | 30 | 25 | 8D | 42 | 4A | 0 | 2D | F6 | 3A | 23 |
| Octal | 60 | 45 | 215 | 102 | 112 | 0 | 55 | 366 | 72 | 43 |
| Binary | 110000 | 100101 | 10001101 | 1000010 | 1001010 | 0 | 101101 | 11110110 | 111010 | 100011 |
Color Harmonies of #30258D
Complementary color
Monochromatic Colors of #30258D
Black with #30258D
Text Example
Text Example
White with #30258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30258D; }
p { color: rgb(48,37,141); }
H1.HeaderClassName
{
color: #30258D;
}
.AnyTagClassName
{
color: #30258D;
}
</style>
background-color css
<style>
a { background-color: #30258D; }
a { background-color: rgb(48,37,141); }
div.DivClassName
{
background-color: #30258D;
}
.BgClassName
{
background-color: #30258D;
}
</style>
border-color css
<style>
span { border-color: #30258D; }
span { border-color: rgb(48,37,141); }
td.TdClassName
{
border-color: #30258D;
}
.TagClassName
{
border-color: #30258D;
}
</style>