Shades of Persian Indigo #301D77
Tints of Persian Indigo #301D77
RGB
CMYK
RGB Variations
Color information
#301D77 (or 0x301D77) is known color: Persian Indigo. HEX triplet: 30, 1D and 77. RGB value is (48,29,119). Sum of RGB (Red+Green+Blue) = 48+29+119=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #301D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D77 is #CFE288. Grayscale: #2C2C2C. Windows color (decimal): -13623945 or 7806256. OLE color: 7806256.
HSL color Cylindrical-coordinate representation of color #301D77: hue angle of 252.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301D77 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 29 | 119 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.53 |
| HSL | 252.67º | 0.61% | 0.29% | - |
| HSV(B) | 252.67º | 0.76% | 0.47% | - |
| XYZ | 4.99 | 2.84 | 17.74 | - |
| YUV | 44.94 | 169.79 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 119 | 0.60 | 0.76 | 0 | 0.53 | 252.67 | 0.61 | 0.29 |
| Hex | 30 | 1D | 77 | 3C | 4C | 0 | 35 | FD | 3D | 1D |
| Octal | 60 | 35 | 167 | 74 | 114 | 0 | 65 | 375 | 75 | 35 |
| Binary | 110000 | 11101 | 1110111 | 111100 | 1001100 | 0 | 110101 | 11111101 | 111101 | 11101 |
Color Harmonies of #301D77
Complementary color
Monochromatic Colors of #301D77
Black with #301D77
Text Example
Text Example
White with #301D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D77; }
p { color: rgb(48,29,119); }
H1.HeaderClassName
{
color: #301D77;
}
.AnyTagClassName
{
color: #301D77;
}
</style>
background-color css
<style>
a { background-color: #301D77; }
a { background-color: rgb(48,29,119); }
div.DivClassName
{
background-color: #301D77;
}
.BgClassName
{
background-color: #301D77;
}
</style>
border-color css
<style>
span { border-color: #301D77; }
span { border-color: rgb(48,29,119); }
td.TdClassName
{
border-color: #301D77;
}
.TagClassName
{
border-color: #301D77;
}
</style>