Shades of Persian Indigo #301D76
Tints of Persian Indigo #301D76
RGB
CMYK
RGB Variations
Color information
#301D76 (or 0x301D76) is known color: Persian Indigo. HEX triplet: 30, 1D and 76. RGB value is (48,29,118). Sum of RGB (Red+Green+Blue) = 48+29+118=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #301D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D76 is #CFE289. Grayscale: #2C2C2C. Windows color (decimal): -13623946 or 7740720. OLE color: 7740720.
HSL color Cylindrical-coordinate representation of color #301D76: hue angle of 252.81º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301D76 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 29 | 118 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.54 |
| HSL | 252.81º | 0.61% | 0.29% | - |
| HSV(B) | 252.81º | 0.75% | 0.46% | - |
| XYZ | 4.93 | 2.82 | 17.42 | - |
| YUV | 44.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 118 | 0.59 | 0.75 | 0 | 0.54 | 252.81 | 0.61 | 0.29 |
| Hex | 30 | 1D | 76 | 3B | 4B | 0 | 36 | FD | 3D | 1D |
| Octal | 60 | 35 | 166 | 73 | 113 | 0 | 66 | 375 | 75 | 35 |
| Binary | 110000 | 11101 | 1110110 | 111011 | 1001011 | 0 | 110110 | 11111101 | 111101 | 11101 |
Color Harmonies of #301D76
Complementary color
Monochromatic Colors of #301D76
Black with #301D76
Text Example
Text Example
White with #301D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D76; }
p { color: rgb(48,29,118); }
H1.HeaderClassName
{
color: #301D76;
}
.AnyTagClassName
{
color: #301D76;
}
</style>
background-color css
<style>
a { background-color: #301D76; }
a { background-color: rgb(48,29,118); }
div.DivClassName
{
background-color: #301D76;
}
.BgClassName
{
background-color: #301D76;
}
</style>
border-color css
<style>
span { border-color: #301D76; }
span { border-color: rgb(48,29,118); }
td.TdClassName
{
border-color: #301D76;
}
.TagClassName
{
border-color: #301D76;
}
</style>