Shades of Persian Indigo #301D73
Tints of Persian Indigo #301D73
RGB
CMYK
RGB Variations
Color information
#301D73 (or 0x301D73) is known color: Persian Indigo. HEX triplet: 30, 1D and 73. RGB value is (48,29,115). Sum of RGB (Red+Green+Blue) = 48+29+115=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #301D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D73 is #CFE28C. Grayscale: #2C2C2C. Windows color (decimal): -13623949 or 7544112. OLE color: 7544112.
HSL color Cylindrical-coordinate representation of color #301D73: hue angle of 253.26º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301D73 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 29 | 115 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.55 |
| HSL | 253.26º | 0.6% | 0.28% | - |
| HSV(B) | 253.26º | 0.75% | 0.45% | - |
| XYZ | 4.75 | 2.74 | 16.5 | - |
| YUV | 44.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 115 | 0.58 | 0.75 | 0 | 0.55 | 253.26 | 0.6 | 0.28 |
| Hex | 30 | 1D | 73 | 3A | 4B | 0 | 37 | FD | 3C | 1C |
| Octal | 60 | 35 | 163 | 72 | 113 | 0 | 67 | 375 | 74 | 34 |
| Binary | 110000 | 11101 | 1110011 | 111010 | 1001011 | 0 | 110111 | 11111101 | 111100 | 11100 |
Color Harmonies of #301D73
Complementary color
Monochromatic Colors of #301D73
Black with #301D73
Text Example
Text Example
White with #301D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D73; }
p { color: rgb(48,29,115); }
H1.HeaderClassName
{
color: #301D73;
}
.AnyTagClassName
{
color: #301D73;
}
</style>
background-color css
<style>
a { background-color: #301D73; }
a { background-color: rgb(48,29,115); }
div.DivClassName
{
background-color: #301D73;
}
.BgClassName
{
background-color: #301D73;
}
</style>
border-color css
<style>
span { border-color: #301D73; }
span { border-color: rgb(48,29,115); }
td.TdClassName
{
border-color: #301D73;
}
.TagClassName
{
border-color: #301D73;
}
</style>