Shades of Persian Indigo #301173
Tints of Persian Indigo #301173
RGB
CMYK
RGB Variations
Color information
#301173 (or 0x301173) is known color: Persian Indigo. HEX triplet: 30, 11 and 73. RGB value is (48,17,115). Sum of RGB (Red+Green+Blue) = 48+17+115=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #301173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301173 is #CFEE8C. Grayscale: #252525. Windows color (decimal): -13627021 or 7541040. OLE color: 7541040.
HSL color Cylindrical-coordinate representation of color #301173: hue angle of 258.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301173 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 17 | 115 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.55 |
| HSL | 258.98º | 0.74% | 0.26% | - |
| HSV(B) | 258.98º | 0.85% | 0.45% | - |
| XYZ | 4.51 | 2.27 | 16.42 | - |
| YUV | 37.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 115 | 0.58 | 0.85 | 0 | 0.55 | 258.98 | 0.74 | 0.26 |
| Hex | 30 | 11 | 73 | 3A | 55 | 0 | 37 | 103 | 4A | 1A |
| Octal | 60 | 21 | 163 | 72 | 125 | 0 | 67 | 403 | 112 | 32 |
| Binary | 110000 | 10001 | 1110011 | 111010 | 1010101 | 0 | 110111 | 100000011 | 1001010 | 11010 |
Color Harmonies of #301173
Complementary color
Monochromatic Colors of #301173
Black with #301173
Text Example
Text Example
White with #301173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301173; }
p { color: rgb(48,17,115); }
H1.HeaderClassName
{
color: #301173;
}
.AnyTagClassName
{
color: #301173;
}
</style>
background-color css
<style>
a { background-color: #301173; }
a { background-color: rgb(48,17,115); }
div.DivClassName
{
background-color: #301173;
}
.BgClassName
{
background-color: #301173;
}
</style>
border-color css
<style>
span { border-color: #301173; }
span { border-color: rgb(48,17,115); }
td.TdClassName
{
border-color: #301173;
}
.TagClassName
{
border-color: #301173;
}
</style>