Shades of Persian Indigo #30178C
Tints of Persian Indigo #30178C
RGB
CMYK
RGB Variations
Color information
#30178C (or 0x30178C) is known color: Persian Indigo. HEX triplet: 30, 17 and 8C. RGB value is (48,23,140). Sum of RGB (Red+Green+Blue) = 48+23+140=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #30178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30178C is #CFE873. Grayscale: #2B2B2B. Windows color (decimal): -13625460 or 9180976. OLE color: 9180976.
HSL color Cylindrical-coordinate representation of color #30178C: hue angle of 252.82º degrees, saturation: 0.72, 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 #30178C is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 23 | 140 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.45 |
| HSL | 252.82º | 0.72% | 0.32% | - |
| HSV(B) | 252.82º | 0.84% | 0.55% | - |
| XYZ | 6.26 | 3.13 | 25.09 | - |
| YUV | 43.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 140 | 0.66 | 0.84 | 0 | 0.45 | 252.82 | 0.72 | 0.32 |
| Hex | 30 | 17 | 8C | 42 | 54 | 0 | 2D | FD | 48 | 20 |
| Octal | 60 | 27 | 214 | 102 | 124 | 0 | 55 | 375 | 110 | 40 |
| Binary | 110000 | 10111 | 10001100 | 1000010 | 1010100 | 0 | 101101 | 11111101 | 1001000 | 100000 |
Color Harmonies of #30178C
Complementary color
Monochromatic Colors of #30178C
Black with #30178C
Text Example
Text Example
White with #30178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30178C; }
p { color: rgb(48,23,140); }
H1.HeaderClassName
{
color: #30178C;
}
.AnyTagClassName
{
color: #30178C;
}
</style>
background-color css
<style>
a { background-color: #30178C; }
a { background-color: rgb(48,23,140); }
div.DivClassName
{
background-color: #30178C;
}
.BgClassName
{
background-color: #30178C;
}
</style>
border-color css
<style>
span { border-color: #30178C; }
span { border-color: rgb(48,23,140); }
td.TdClassName
{
border-color: #30178C;
}
.TagClassName
{
border-color: #30178C;
}
</style>