Shades of Persian Indigo #30056D
Tints of Persian Indigo #30056D
RGB
CMYK
RGB Variations
Color information
#30056D (or 0x30056D) is known color: Persian Indigo. HEX triplet: 30, 05 and 6D. RGB value is (48,5,109). Sum of RGB (Red+Green+Blue) = 48+5+109=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #30056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30056D is #CFFA92. Grayscale: #1D1D1D. Windows color (decimal): -13630099 or 7144752. OLE color: 7144752.
HSL color Cylindrical-coordinate representation of color #30056D: hue angle of 264.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30056D is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 5 | 109 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.57 |
| HSL | 264.81º | 0.91% | 0.22% | - |
| HSV(B) | 264.81º | 0.95% | 0.43% | - |
| XYZ | 4.03 | 1.84 | 14.61 | - |
| YUV | 29.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 109 | 0.56 | 0.95 | 0 | 0.57 | 264.81 | 0.91 | 0.22 |
| Hex | 30 | 5 | 6D | 38 | 5F | 0 | 39 | 109 | 5B | 16 |
| Octal | 60 | 5 | 155 | 70 | 137 | 0 | 71 | 411 | 133 | 26 |
| Binary | 110000 | 101 | 1101101 | 111000 | 1011111 | 0 | 111001 | 100001001 | 1011011 | 10110 |
Color Harmonies of #30056D
Complementary color
Monochromatic Colors of #30056D
Black with #30056D
Text Example
Text Example
White with #30056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30056D; }
p { color: rgb(48,5,109); }
H1.HeaderClassName
{
color: #30056D;
}
.AnyTagClassName
{
color: #30056D;
}
</style>
background-color css
<style>
a { background-color: #30056D; }
a { background-color: rgb(48,5,109); }
div.DivClassName
{
background-color: #30056D;
}
.BgClassName
{
background-color: #30056D;
}
</style>
border-color css
<style>
span { border-color: #30056D; }
span { border-color: rgb(48,5,109); }
td.TdClassName
{
border-color: #30056D;
}
.TagClassName
{
border-color: #30056D;
}
</style>