Shades of Persian Indigo #30167C
Tints of Persian Indigo #30167C
RGB
CMYK
RGB Variations
Color information
#30167C (or 0x30167C) is known color: Persian Indigo. HEX triplet: 30, 16 and 7C. RGB value is (48,22,124). Sum of RGB (Red+Green+Blue) = 48+22+124=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #30167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30167C is #CFE983. Grayscale: #292929. Windows color (decimal): -13625732 or 8132144. OLE color: 8132144.
HSL color Cylindrical-coordinate representation of color #30167C: hue angle of 255.29º 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 #30167C is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 22 | 124 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.51 |
| HSL | 255.29º | 0.7% | 0.29% | - |
| HSV(B) | 255.29º | 0.82% | 0.49% | - |
| XYZ | 5.14 | 2.66 | 19.31 | - |
| YUV | 41.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 124 | 0.61 | 0.82 | 0 | 0.51 | 255.29 | 0.7 | 0.29 |
| Hex | 30 | 16 | 7C | 3D | 52 | 0 | 33 | FF | 46 | 1D |
| Octal | 60 | 26 | 174 | 75 | 122 | 0 | 63 | 377 | 106 | 35 |
| Binary | 110000 | 10110 | 1111100 | 111101 | 1010010 | 0 | 110011 | 11111111 | 1000110 | 11101 |
Color Harmonies of #30167C
Complementary color
Monochromatic Colors of #30167C
Black with #30167C
Text Example
Text Example
White with #30167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30167C; }
p { color: rgb(48,22,124); }
H1.HeaderClassName
{
color: #30167C;
}
.AnyTagClassName
{
color: #30167C;
}
</style>
background-color css
<style>
a { background-color: #30167C; }
a { background-color: rgb(48,22,124); }
div.DivClassName
{
background-color: #30167C;
}
.BgClassName
{
background-color: #30167C;
}
</style>
border-color css
<style>
span { border-color: #30167C; }
span { border-color: rgb(48,22,124); }
td.TdClassName
{
border-color: #30167C;
}
.TagClassName
{
border-color: #30167C;
}
</style>