Shades of Persian Indigo #30038D
Tints of Persian Indigo #30038D
RGB
CMYK
RGB Variations
Color information
#30038D (or 0x30038D) is known color: Persian Indigo. HEX triplet: 30, 03 and 8D. RGB value is (48,3,141). Sum of RGB (Red+Green+Blue) = 48+3+141=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #30038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30038D is #CFFC72. Grayscale: #1F1F1F. Windows color (decimal): -13630579 or 9241392. OLE color: 9241392.
HSL color Cylindrical-coordinate representation of color #30038D: hue angle of 259.57º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30038D is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 3 | 141 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.45 |
| HSL | 259.57º | 0.96% | 0.28% | - |
| HSV(B) | 259.57º | 0.98% | 0.55% | - |
| XYZ | 6.06 | 2.62 | 25.39 | - |
| YUV | 32.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 141 | 0.66 | 0.98 | 0 | 0.45 | 259.57 | 0.96 | 0.28 |
| Hex | 30 | 3 | 8D | 42 | 62 | 0 | 2D | 104 | 60 | 1C |
| Octal | 60 | 3 | 215 | 102 | 142 | 0 | 55 | 404 | 140 | 34 |
| Binary | 110000 | 11 | 10001101 | 1000010 | 1100010 | 0 | 101101 | 100000100 | 1100000 | 11100 |
Color Harmonies of #30038D
Complementary color
Monochromatic Colors of #30038D
Black with #30038D
Text Example
Text Example
White with #30038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30038D; }
p { color: rgb(48,3,141); }
H1.HeaderClassName
{
color: #30038D;
}
.AnyTagClassName
{
color: #30038D;
}
</style>
background-color css
<style>
a { background-color: #30038D; }
a { background-color: rgb(48,3,141); }
div.DivClassName
{
background-color: #30038D;
}
.BgClassName
{
background-color: #30038D;
}
</style>
border-color css
<style>
span { border-color: #30038D; }
span { border-color: rgb(48,3,141); }
td.TdClassName
{
border-color: #30038D;
}
.TagClassName
{
border-color: #30038D;
}
</style>