Shades of Persian Indigo #301D91
Tints of Persian Indigo #301D91
RGB
CMYK
RGB Variations
Color information
#301D91 (or 0x301D91) is known color: Persian Indigo. HEX triplet: 30, 1D and 91. RGB value is (48,29,145). Sum of RGB (Red+Green+Blue) = 48+29+145=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #301D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D91 is #CFE26E. Grayscale: #2F2F2F. Windows color (decimal): -13623919 or 9510192. OLE color: 9510192.
HSL color Cylindrical-coordinate representation of color #301D91: hue angle of 249.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301D91 is Cyan = 0.67, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 29 | 145 | - |
| CMYK | 0.67 | 0.8 | 0 | 0.43 |
| HSL | 249.83º | 0.67% | 0.34% | - |
| HSV(B) | 249.83º | 0.8% | 0.57% | - |
| XYZ | 6.77 | 3.55 | 27.12 | - |
| YUV | 47.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 145 | 0.67 | 0.8 | 0 | 0.43 | 249.83 | 0.67 | 0.34 |
| Hex | 30 | 1D | 91 | 43 | 50 | 0 | 2B | FA | 43 | 22 |
| Octal | 60 | 35 | 221 | 103 | 120 | 0 | 53 | 372 | 103 | 42 |
| Binary | 110000 | 11101 | 10010001 | 1000011 | 1010000 | 0 | 101011 | 11111010 | 1000011 | 100010 |
Color Harmonies of #301D91
Complementary color
Monochromatic Colors of #301D91
Black with #301D91
Text Example
Text Example
White with #301D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D91; }
p { color: rgb(48,29,145); }
H1.HeaderClassName
{
color: #301D91;
}
.AnyTagClassName
{
color: #301D91;
}
</style>
background-color css
<style>
a { background-color: #301D91; }
a { background-color: rgb(48,29,145); }
div.DivClassName
{
background-color: #301D91;
}
.BgClassName
{
background-color: #301D91;
}
</style>
border-color css
<style>
span { border-color: #301D91; }
span { border-color: rgb(48,29,145); }
td.TdClassName
{
border-color: #301D91;
}
.TagClassName
{
border-color: #301D91;
}
</style>