Shades of Persian Indigo #30176F
Tints of Persian Indigo #30176F
RGB
CMYK
RGB Variations
Color information
#30176F (or 0x30176F) is known color: Persian Indigo. HEX triplet: 30, 17 and 6F. RGB value is (48,23,111). Sum of RGB (Red+Green+Blue) = 48+23+111=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #30176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30176F is #CFE890. Grayscale: #282828. Windows color (decimal): -13625489 or 7280432. OLE color: 7280432.
HSL color Cylindrical-coordinate representation of color #30176F: hue angle of 257.05º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30176F is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 23 | 111 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.56 |
| HSL | 257.05º | 0.66% | 0.26% | - |
| HSV(B) | 257.05º | 0.79% | 0.44% | - |
| XYZ | 4.39 | 2.39 | 15.27 | - |
| YUV | 40.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 111 | 0.57 | 0.79 | 0 | 0.56 | 257.05 | 0.66 | 0.26 |
| Hex | 30 | 17 | 6F | 39 | 4F | 0 | 38 | 101 | 42 | 1A |
| Octal | 60 | 27 | 157 | 71 | 117 | 0 | 70 | 401 | 102 | 32 |
| Binary | 110000 | 10111 | 1101111 | 111001 | 1001111 | 0 | 111000 | 100000001 | 1000010 | 11010 |
Color Harmonies of #30176F
Complementary color
Monochromatic Colors of #30176F
Black with #30176F
Text Example
Text Example
White with #30176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30176F; }
p { color: rgb(48,23,111); }
H1.HeaderClassName
{
color: #30176F;
}
.AnyTagClassName
{
color: #30176F;
}
</style>
background-color css
<style>
a { background-color: #30176F; }
a { background-color: rgb(48,23,111); }
div.DivClassName
{
background-color: #30176F;
}
.BgClassName
{
background-color: #30176F;
}
</style>
border-color css
<style>
span { border-color: #30176F; }
span { border-color: rgb(48,23,111); }
td.TdClassName
{
border-color: #30176F;
}
.TagClassName
{
border-color: #30176F;
}
</style>