Shades of Persian Indigo #30168D
Tints of Persian Indigo #30168D
RGB
CMYK
RGB Variations
Color information
#30168D (or 0x30168D) is known color: Persian Indigo. HEX triplet: 30, 16 and 8D. RGB value is (48,22,141). Sum of RGB (Red+Green+Blue) = 48+22+141=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #30168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168D is #CFE972. Grayscale: #2A2A2A. Windows color (decimal): -13625715 or 9246256. OLE color: 9246256.
HSL color Cylindrical-coordinate representation of color #30168D: hue angle of 253.11º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30168D is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 22 | 141 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.45 |
| HSL | 253.11º | 0.73% | 0.32% | - |
| HSV(B) | 253.11º | 0.84% | 0.55% | - |
| XYZ | 6.31 | 3.13 | 25.47 | - |
| YUV | 43.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 141 | 0.66 | 0.84 | 0 | 0.45 | 253.11 | 0.73 | 0.32 |
| Hex | 30 | 16 | 8D | 42 | 54 | 0 | 2D | FD | 49 | 20 |
| Octal | 60 | 26 | 215 | 102 | 124 | 0 | 55 | 375 | 111 | 40 |
| Binary | 110000 | 10110 | 10001101 | 1000010 | 1010100 | 0 | 101101 | 11111101 | 1001001 | 100000 |
Color Harmonies of #30168D
Complementary color
Monochromatic Colors of #30168D
Black with #30168D
Text Example
Text Example
White with #30168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30168D; }
p { color: rgb(48,22,141); }
H1.HeaderClassName
{
color: #30168D;
}
.AnyTagClassName
{
color: #30168D;
}
</style>
background-color css
<style>
a { background-color: #30168D; }
a { background-color: rgb(48,22,141); }
div.DivClassName
{
background-color: #30168D;
}
.BgClassName
{
background-color: #30168D;
}
</style>
border-color css
<style>
span { border-color: #30168D; }
span { border-color: rgb(48,22,141); }
td.TdClassName
{
border-color: #30168D;
}
.TagClassName
{
border-color: #30168D;
}
</style>