Shades of Persian Indigo #301C78
Tints of Persian Indigo #301C78
RGB
CMYK
RGB Variations
Color information
#301C78 (or 0x301C78) is known color: Persian Indigo. HEX triplet: 30, 1C and 78. RGB value is (48,28,120). Sum of RGB (Red+Green+Blue) = 48+28+120=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #301C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C78 is #CFE387. Grayscale: #2C2C2C. Windows color (decimal): -13624200 or 7871536. OLE color: 7871536.
HSL color Cylindrical-coordinate representation of color #301C78: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301C78 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 28 | 120 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.53 |
| HSL | 253.04º | 0.62% | 0.29% | - |
| HSV(B) | 253.04º | 0.77% | 0.47% | - |
| XYZ | 5.02 | 2.81 | 18.05 | - |
| YUV | 44.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 120 | 0.60 | 0.77 | 0 | 0.53 | 253.04 | 0.62 | 0.29 |
| Hex | 30 | 1C | 78 | 3C | 4D | 0 | 35 | FD | 3E | 1D |
| Octal | 60 | 34 | 170 | 74 | 115 | 0 | 65 | 375 | 76 | 35 |
| Binary | 110000 | 11100 | 1111000 | 111100 | 1001101 | 0 | 110101 | 11111101 | 111110 | 11101 |
Color Harmonies of #301C78
Complementary color
Monochromatic Colors of #301C78
Black with #301C78
Text Example
Text Example
White with #301C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C78; }
p { color: rgb(48,28,120); }
H1.HeaderClassName
{
color: #301C78;
}
.AnyTagClassName
{
color: #301C78;
}
</style>
background-color css
<style>
a { background-color: #301C78; }
a { background-color: rgb(48,28,120); }
div.DivClassName
{
background-color: #301C78;
}
.BgClassName
{
background-color: #301C78;
}
</style>
border-color css
<style>
span { border-color: #301C78; }
span { border-color: rgb(48,28,120); }
td.TdClassName
{
border-color: #301C78;
}
.TagClassName
{
border-color: #301C78;
}
</style>