Shades of Persian Indigo #30039D
Tints of Persian Indigo #30039D
RGB
CMYK
RGB Variations
Color information
#30039D (or 0x30039D) is known color: Persian Indigo. HEX triplet: 30, 03 and 9D. RGB value is (48,3,157). Sum of RGB (Red+Green+Blue) = 48+3+157=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #30039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30039D is #CFFC62. Grayscale: #212121. Windows color (decimal): -13630563 or 10289968. OLE color: 10289968.
HSL color Cylindrical-coordinate representation of color #30039D: hue angle of 257.53º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30039D is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 3 | 157 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.38 |
| HSL | 257.53º | 0.96% | 0.31% | - |
| HSV(B) | 257.53º | 0.98% | 0.62% | - |
| XYZ | 7.34 | 3.13 | 32.12 | - |
| YUV | 34.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 157 | 0.69 | 0.98 | 0 | 0.38 | 257.53 | 0.96 | 0.31 |
| Hex | 30 | 3 | 9D | 45 | 62 | 0 | 26 | 102 | 60 | 1F |
| Octal | 60 | 3 | 235 | 105 | 142 | 0 | 46 | 402 | 140 | 37 |
| Binary | 110000 | 11 | 10011101 | 1000101 | 1100010 | 0 | 100110 | 100000010 | 1100000 | 11111 |
Color Harmonies of #30039D
Complementary color
Monochromatic Colors of #30039D
Black with #30039D
Text Example
Text Example
White with #30039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30039D; }
p { color: rgb(48,3,157); }
H1.HeaderClassName
{
color: #30039D;
}
.AnyTagClassName
{
color: #30039D;
}
</style>
background-color css
<style>
a { background-color: #30039D; }
a { background-color: rgb(48,3,157); }
div.DivClassName
{
background-color: #30039D;
}
.BgClassName
{
background-color: #30039D;
}
</style>
border-color css
<style>
span { border-color: #30039D; }
span { border-color: rgb(48,3,157); }
td.TdClassName
{
border-color: #30039D;
}
.TagClassName
{
border-color: #30039D;
}
</style>