Shades of Persian Indigo #301D87
Tints of Persian Indigo #301D87
RGB
CMYK
RGB Variations
Color information
#301D87 (or 0x301D87) is known color: Persian Indigo. HEX triplet: 30, 1D and 87. RGB value is (48,29,135). Sum of RGB (Red+Green+Blue) = 48+29+135=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #301D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D87 is #CFE278. Grayscale: #2E2E2E. Windows color (decimal): -13623929 or 8854832. OLE color: 8854832.
HSL color Cylindrical-coordinate representation of color #301D87: hue angle of 250.75º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301D87 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 29 | 135 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.47 |
| HSL | 250.75º | 0.65% | 0.32% | - |
| HSV(B) | 250.75º | 0.79% | 0.53% | - |
| XYZ | 6.03 | 3.26 | 23.23 | - |
| YUV | 46.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 135 | 0.64 | 0.79 | 0 | 0.47 | 250.75 | 0.65 | 0.32 |
| Hex | 30 | 1D | 87 | 40 | 4F | 0 | 2F | FB | 41 | 20 |
| Octal | 60 | 35 | 207 | 100 | 117 | 0 | 57 | 373 | 101 | 40 |
| Binary | 110000 | 11101 | 10000111 | 1000000 | 1001111 | 0 | 101111 | 11111011 | 1000001 | 100000 |
Color Harmonies of #301D87
Complementary color
Monochromatic Colors of #301D87
Black with #301D87
Text Example
Text Example
White with #301D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D87; }
p { color: rgb(48,29,135); }
H1.HeaderClassName
{
color: #301D87;
}
.AnyTagClassName
{
color: #301D87;
}
</style>
background-color css
<style>
a { background-color: #301D87; }
a { background-color: rgb(48,29,135); }
div.DivClassName
{
background-color: #301D87;
}
.BgClassName
{
background-color: #301D87;
}
</style>
border-color css
<style>
span { border-color: #301D87; }
span { border-color: rgb(48,29,135); }
td.TdClassName
{
border-color: #301D87;
}
.TagClassName
{
border-color: #301D87;
}
</style>