Shades of Persian Indigo #301171
Tints of Persian Indigo #301171
RGB
CMYK
RGB Variations
Color information
#301171 (or 0x301171) is known color: Persian Indigo. HEX triplet: 30, 11 and 71. RGB value is (48,17,113). Sum of RGB (Red+Green+Blue) = 48+17+113=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #301171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301171 is #CFEE8E. Grayscale: #242424. Windows color (decimal): -13627023 or 7409968. OLE color: 7409968.
HSL color Cylindrical-coordinate representation of color #301171: hue angle of 259.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301171 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 17 | 113 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.56 |
| HSL | 259.38º | 0.74% | 0.25% | - |
| HSV(B) | 259.38º | 0.85% | 0.44% | - |
| XYZ | 4.4 | 2.22 | 15.82 | - |
| YUV | 37.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 113 | 0.58 | 0.85 | 0 | 0.56 | 259.38 | 0.74 | 0.25 |
| Hex | 30 | 11 | 71 | 3A | 55 | 0 | 38 | 103 | 4A | 19 |
| Octal | 60 | 21 | 161 | 72 | 125 | 0 | 70 | 403 | 112 | 31 |
| Binary | 110000 | 10001 | 1110001 | 111010 | 1010101 | 0 | 111000 | 100000011 | 1001010 | 11001 |
Color Harmonies of #301171
Complementary color
Monochromatic Colors of #301171
Black with #301171
Text Example
Text Example
White with #301171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301171; }
p { color: rgb(48,17,113); }
H1.HeaderClassName
{
color: #301171;
}
.AnyTagClassName
{
color: #301171;
}
</style>
background-color css
<style>
a { background-color: #301171; }
a { background-color: rgb(48,17,113); }
div.DivClassName
{
background-color: #301171;
}
.BgClassName
{
background-color: #301171;
}
</style>
border-color css
<style>
span { border-color: #301171; }
span { border-color: rgb(48,17,113); }
td.TdClassName
{
border-color: #301171;
}
.TagClassName
{
border-color: #301171;
}
</style>