Shades of Persian Indigo #301B77
Tints of Persian Indigo #301B77
RGB
CMYK
RGB Variations
Color information
#301B77 (or 0x301B77) is known color: Persian Indigo. HEX triplet: 30, 1B and 77. RGB value is (48,27,119). Sum of RGB (Red+Green+Blue) = 48+27+119=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #301B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B77 is #CFE488. Grayscale: #2B2B2B. Windows color (decimal): -13624457 or 7805744. OLE color: 7805744.
HSL color Cylindrical-coordinate representation of color #301B77: hue angle of 253.7º degrees, saturation: 0.63, 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 #301B77 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 27 | 119 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.53 |
| HSL | 253.7º | 0.63% | 0.29% | - |
| HSV(B) | 253.7º | 0.77% | 0.47% | - |
| XYZ | 4.94 | 2.74 | 17.72 | - |
| YUV | 43.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 119 | 0.60 | 0.77 | 0 | 0.53 | 253.7 | 0.63 | 0.29 |
| Hex | 30 | 1B | 77 | 3C | 4D | 0 | 35 | FE | 3F | 1D |
| Octal | 60 | 33 | 167 | 74 | 115 | 0 | 65 | 376 | 77 | 35 |
| Binary | 110000 | 11011 | 1110111 | 111100 | 1001101 | 0 | 110101 | 11111110 | 111111 | 11101 |
Color Harmonies of #301B77
Complementary color
Monochromatic Colors of #301B77
Black with #301B77
Text Example
Text Example
White with #301B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B77; }
p { color: rgb(48,27,119); }
H1.HeaderClassName
{
color: #301B77;
}
.AnyTagClassName
{
color: #301B77;
}
</style>
background-color css
<style>
a { background-color: #301B77; }
a { background-color: rgb(48,27,119); }
div.DivClassName
{
background-color: #301B77;
}
.BgClassName
{
background-color: #301B77;
}
</style>
border-color css
<style>
span { border-color: #301B77; }
span { border-color: rgb(48,27,119); }
td.TdClassName
{
border-color: #301B77;
}
.TagClassName
{
border-color: #301B77;
}
</style>