Shades of Persian Indigo #30046D
Tints of Persian Indigo #30046D
RGB
CMYK
RGB Variations
Color information
#30046D (or 0x30046D) is known color: Persian Indigo. HEX triplet: 30, 04 and 6D. RGB value is (48,4,109). Sum of RGB (Red+Green+Blue) = 48+4+109=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #30046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30046D is #CFFB92. Grayscale: #1C1C1C. Windows color (decimal): -13630355 or 7144496. OLE color: 7144496.
HSL color Cylindrical-coordinate representation of color #30046D: hue angle of 265.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30046D is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 4 | 109 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.57 |
| HSL | 265.14º | 0.93% | 0.22% | - |
| HSV(B) | 265.14º | 0.96% | 0.43% | - |
| XYZ | 4.02 | 1.82 | 14.61 | - |
| YUV | 29.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 109 | 0.56 | 0.96 | 0 | 0.57 | 265.14 | 0.93 | 0.22 |
| Hex | 30 | 4 | 6D | 38 | 60 | 0 | 39 | 109 | 5D | 16 |
| Octal | 60 | 4 | 155 | 70 | 140 | 0 | 71 | 411 | 135 | 26 |
| Binary | 110000 | 100 | 1101101 | 111000 | 1100000 | 0 | 111001 | 100001001 | 1011101 | 10110 |
Color Harmonies of #30046D
Complementary color
Monochromatic Colors of #30046D
Black with #30046D
Text Example
Text Example
White with #30046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30046D; }
p { color: rgb(48,4,109); }
H1.HeaderClassName
{
color: #30046D;
}
.AnyTagClassName
{
color: #30046D;
}
</style>
background-color css
<style>
a { background-color: #30046D; }
a { background-color: rgb(48,4,109); }
div.DivClassName
{
background-color: #30046D;
}
.BgClassName
{
background-color: #30046D;
}
</style>
border-color css
<style>
span { border-color: #30046D; }
span { border-color: rgb(48,4,109); }
td.TdClassName
{
border-color: #30046D;
}
.TagClassName
{
border-color: #30046D;
}
</style>