Shades of Persian Indigo #301C77
Tints of Persian Indigo #301C77
RGB
CMYK
RGB Variations
Color information
#301C77 (or 0x301C77) is known color: Persian Indigo. HEX triplet: 30, 1C and 77. RGB value is (48,28,119). Sum of RGB (Red+Green+Blue) = 48+28+119=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #301C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C77 is #CFE388. Grayscale: #2C2C2C. Windows color (decimal): -13624201 or 7806000. OLE color: 7806000.
HSL color Cylindrical-coordinate representation of color #301C77: hue angle of 253.19º degrees, saturation: 0.62, 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 #301C77 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 28 | 119 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.53 |
| HSL | 253.19º | 0.62% | 0.29% | - |
| HSV(B) | 253.19º | 0.76% | 0.47% | - |
| XYZ | 4.96 | 2.79 | 17.73 | - |
| YUV | 44.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 119 | 0.60 | 0.76 | 0 | 0.53 | 253.19 | 0.62 | 0.29 |
| Hex | 30 | 1C | 77 | 3C | 4C | 0 | 35 | FD | 3E | 1D |
| Octal | 60 | 34 | 167 | 74 | 114 | 0 | 65 | 375 | 76 | 35 |
| Binary | 110000 | 11100 | 1110111 | 111100 | 1001100 | 0 | 110101 | 11111101 | 111110 | 11101 |
Color Harmonies of #301C77
Complementary color
Monochromatic Colors of #301C77
Black with #301C77
Text Example
Text Example
White with #301C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C77; }
p { color: rgb(48,28,119); }
H1.HeaderClassName
{
color: #301C77;
}
.AnyTagClassName
{
color: #301C77;
}
</style>
background-color css
<style>
a { background-color: #301C77; }
a { background-color: rgb(48,28,119); }
div.DivClassName
{
background-color: #301C77;
}
.BgClassName
{
background-color: #301C77;
}
</style>
border-color css
<style>
span { border-color: #301C77; }
span { border-color: rgb(48,28,119); }
td.TdClassName
{
border-color: #301C77;
}
.TagClassName
{
border-color: #301C77;
}
</style>