Shades of Persian Indigo #300B77
Tints of Persian Indigo #300B77
RGB
CMYK
RGB Variations
Color information
#300B77 (or 0x300B77) is known color: Persian Indigo. HEX triplet: 30, 0B and 77. RGB value is (48,11,119). Sum of RGB (Red+Green+Blue) = 48+11+119=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #300B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300B77 is #CFF488. Grayscale: #212121. Windows color (decimal): -13628553 or 7801648. OLE color: 7801648.
HSL color Cylindrical-coordinate representation of color #300B77: hue angle of 260.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300B77 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 11 | 119 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.53 |
| HSL | 260.56º | 0.83% | 0.25% | - |
| HSV(B) | 260.56º | 0.91% | 0.47% | - |
| XYZ | 4.67 | 2.2 | 17.63 | - |
| YUV | 34.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 119 | 0.60 | 0.91 | 0 | 0.53 | 260.56 | 0.83 | 0.25 |
| Hex | 30 | B | 77 | 3C | 5B | 0 | 35 | 105 | 53 | 19 |
| Octal | 60 | 13 | 167 | 74 | 133 | 0 | 65 | 405 | 123 | 31 |
| Binary | 110000 | 1011 | 1110111 | 111100 | 1011011 | 0 | 110101 | 100000101 | 1010011 | 11001 |
Color Harmonies of #300B77
Complementary color
Monochromatic Colors of #300B77
Black with #300B77
Text Example
Text Example
White with #300B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B77; }
p { color: rgb(48,11,119); }
H1.HeaderClassName
{
color: #300B77;
}
.AnyTagClassName
{
color: #300B77;
}
</style>
background-color css
<style>
a { background-color: #300B77; }
a { background-color: rgb(48,11,119); }
div.DivClassName
{
background-color: #300B77;
}
.BgClassName
{
background-color: #300B77;
}
</style>
border-color css
<style>
span { border-color: #300B77; }
span { border-color: rgb(48,11,119); }
td.TdClassName
{
border-color: #300B77;
}
.TagClassName
{
border-color: #300B77;
}
</style>