Shades of Persian Indigo #30167D
Tints of Persian Indigo #30167D
RGB
CMYK
RGB Variations
Color information
#30167D (or 0x30167D) is known color: Persian Indigo. HEX triplet: 30, 16 and 7D. RGB value is (48,22,125). Sum of RGB (Red+Green+Blue) = 48+22+125=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #30167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30167D is #CFE982. Grayscale: #292929. Windows color (decimal): -13625731 or 8197680. OLE color: 8197680.
HSL color Cylindrical-coordinate representation of color #30167D: hue angle of 255.15º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30167D is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 22 | 125 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.51 |
| HSL | 255.15º | 0.7% | 0.29% | - |
| HSV(B) | 255.15º | 0.82% | 0.49% | - |
| XYZ | 5.21 | 2.68 | 19.65 | - |
| YUV | 41.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 125 | 0.62 | 0.82 | 0 | 0.51 | 255.15 | 0.7 | 0.29 |
| Hex | 30 | 16 | 7D | 3E | 52 | 0 | 33 | FF | 46 | 1D |
| Octal | 60 | 26 | 175 | 76 | 122 | 0 | 63 | 377 | 106 | 35 |
| Binary | 110000 | 10110 | 1111101 | 111110 | 1010010 | 0 | 110011 | 11111111 | 1000110 | 11101 |
Color Harmonies of #30167D
Complementary color
Monochromatic Colors of #30167D
Black with #30167D
Text Example
Text Example
White with #30167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30167D; }
p { color: rgb(48,22,125); }
H1.HeaderClassName
{
color: #30167D;
}
.AnyTagClassName
{
color: #30167D;
}
</style>
background-color css
<style>
a { background-color: #30167D; }
a { background-color: rgb(48,22,125); }
div.DivClassName
{
background-color: #30167D;
}
.BgClassName
{
background-color: #30167D;
}
</style>
border-color css
<style>
span { border-color: #30167D; }
span { border-color: rgb(48,22,125); }
td.TdClassName
{
border-color: #30167D;
}
.TagClassName
{
border-color: #30167D;
}
</style>