Shades of Persian Indigo #30168F
Tints of Persian Indigo #30168F
RGB
CMYK
RGB Variations
Color information
#30168F (or 0x30168F) is known color: Persian Indigo. HEX triplet: 30, 16 and 8F. RGB value is (48,22,143). Sum of RGB (Red+Green+Blue) = 48+22+143=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #30168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168F is #CFE970. Grayscale: #2B2B2B. Windows color (decimal): -13625713 or 9377328. OLE color: 9377328.
HSL color Cylindrical-coordinate representation of color #30168F: hue angle of 252.89º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30168F is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 22 | 143 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.44 |
| HSL | 252.89º | 0.73% | 0.32% | - |
| HSV(B) | 252.89º | 0.85% | 0.56% | - |
| XYZ | 6.46 | 3.19 | 26.26 | - |
| YUV | 43.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 143 | 0.66 | 0.85 | 0 | 0.44 | 252.89 | 0.73 | 0.32 |
| Hex | 30 | 16 | 8F | 42 | 55 | 0 | 2C | FD | 49 | 20 |
| Octal | 60 | 26 | 217 | 102 | 125 | 0 | 54 | 375 | 111 | 40 |
| Binary | 110000 | 10110 | 10001111 | 1000010 | 1010101 | 0 | 101100 | 11111101 | 1001001 | 100000 |
Color Harmonies of #30168F
Complementary color
Monochromatic Colors of #30168F
Black with #30168F
Text Example
Text Example
White with #30168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30168F; }
p { color: rgb(48,22,143); }
H1.HeaderClassName
{
color: #30168F;
}
.AnyTagClassName
{
color: #30168F;
}
</style>
background-color css
<style>
a { background-color: #30168F; }
a { background-color: rgb(48,22,143); }
div.DivClassName
{
background-color: #30168F;
}
.BgClassName
{
background-color: #30168F;
}
</style>
border-color css
<style>
span { border-color: #30168F; }
span { border-color: rgb(48,22,143); }
td.TdClassName
{
border-color: #30168F;
}
.TagClassName
{
border-color: #30168F;
}
</style>