Shades of Persian Indigo #301878
Tints of Persian Indigo #301878
RGB
CMYK
RGB Variations
Color information
#301878 (or 0x301878) is known color: Persian Indigo. HEX triplet: 30, 18 and 78. RGB value is (48,24,120). Sum of RGB (Red+Green+Blue) = 48+24+120=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #301878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301878 is #CFE787. Grayscale: #292929. Windows color (decimal): -13625224 or 7870512. OLE color: 7870512.
HSL color Cylindrical-coordinate representation of color #301878: hue angle of 255º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301878 is Cyan = 0.60, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 24 | 120 | - |
| CMYK | 0.60 | 0.8 | 0 | 0.53 |
| HSL | 255º | 0.67% | 0.28% | - |
| HSV(B) | 255º | 0.8% | 0.47% | - |
| XYZ | 4.94 | 2.64 | 18.02 | - |
| YUV | 42.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 120 | 0.60 | 0.8 | 0 | 0.53 | 255 | 0.67 | 0.28 |
| Hex | 30 | 18 | 78 | 3C | 50 | 0 | 35 | FF | 43 | 1C |
| Octal | 60 | 30 | 170 | 74 | 120 | 0 | 65 | 377 | 103 | 34 |
| Binary | 110000 | 11000 | 1111000 | 111100 | 1010000 | 0 | 110101 | 11111111 | 1000011 | 11100 |
Color Harmonies of #301878
Complementary color
Monochromatic Colors of #301878
Black with #301878
Text Example
Text Example
White with #301878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301878; }
p { color: rgb(48,24,120); }
H1.HeaderClassName
{
color: #301878;
}
.AnyTagClassName
{
color: #301878;
}
</style>
background-color css
<style>
a { background-color: #301878; }
a { background-color: rgb(48,24,120); }
div.DivClassName
{
background-color: #301878;
}
.BgClassName
{
background-color: #301878;
}
</style>
border-color css
<style>
span { border-color: #301878; }
span { border-color: rgb(48,24,120); }
td.TdClassName
{
border-color: #301878;
}
.TagClassName
{
border-color: #301878;
}
</style>