Shades of Persian Indigo #30258C
Tints of Persian Indigo #30258C
RGB
CMYK
RGB Variations
Color information
#30258C (or 0x30258C) is known color: Persian Indigo. HEX triplet: 30, 25 and 8C. RGB value is (48,37,140). Sum of RGB (Red+Green+Blue) = 48+37+140=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #30258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30258C is #CFDA73. Grayscale: #333333. Windows color (decimal): -13621876 or 9184560. OLE color: 9184560.
HSL color Cylindrical-coordinate representation of color #30258C: hue angle of 246.41º 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 #30258C is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 37 | 140 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.45 |
| HSL | 246.41º | 0.58% | 0.35% | - |
| HSV(B) | 246.41º | 0.74% | 0.55% | - |
| XYZ | 6.61 | 3.84 | 25.2 | - |
| YUV | 52.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 140 | 0.66 | 0.74 | 0 | 0.45 | 246.41 | 0.58 | 0.35 |
| Hex | 30 | 25 | 8C | 42 | 4A | 0 | 2D | F6 | 3A | 23 |
| Octal | 60 | 45 | 214 | 102 | 112 | 0 | 55 | 366 | 72 | 43 |
| Binary | 110000 | 100101 | 10001100 | 1000010 | 1001010 | 0 | 101101 | 11110110 | 111010 | 100011 |
Color Harmonies of #30258C
Complementary color
Monochromatic Colors of #30258C
Black with #30258C
Text Example
Text Example
White with #30258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30258C; }
p { color: rgb(48,37,140); }
H1.HeaderClassName
{
color: #30258C;
}
.AnyTagClassName
{
color: #30258C;
}
</style>
background-color css
<style>
a { background-color: #30258C; }
a { background-color: rgb(48,37,140); }
div.DivClassName
{
background-color: #30258C;
}
.BgClassName
{
background-color: #30258C;
}
</style>
border-color css
<style>
span { border-color: #30258C; }
span { border-color: rgb(48,37,140); }
td.TdClassName
{
border-color: #30258C;
}
.TagClassName
{
border-color: #30258C;
}
</style>