Shades of Persian Indigo #30016C
Tints of Persian Indigo #30016C
RGB
CMYK
RGB Variations
Color information
#30016C (or 0x30016C) is known color: Persian Indigo. HEX triplet: 30, 01 and 6C. RGB value is (48,1,108). Sum of RGB (Red+Green+Blue) = 48+1+108=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #30016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30016C is #CFFE93. Grayscale: #1A1A1A. Windows color (decimal): -13631124 or 7078192. OLE color: 7078192.
HSL color Cylindrical-coordinate representation of color #30016C: hue angle of 266.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30016C is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 1 | 108 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.58 |
| HSL | 266.36º | 0.98% | 0.21% | - |
| HSV(B) | 266.36º | 0.99% | 0.42% | - |
| XYZ | 3.94 | 1.73 | 14.31 | - |
| YUV | 27.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 108 | 0.56 | 0.99 | 0 | 0.58 | 266.36 | 0.98 | 0.21 |
| Hex | 30 | 1 | 6C | 38 | 63 | 0 | 3A | 10A | 62 | 15 |
| Octal | 60 | 1 | 154 | 70 | 143 | 0 | 72 | 412 | 142 | 25 |
| Binary | 110000 | 1 | 1101100 | 111000 | 1100011 | 0 | 111010 | 100001010 | 1100010 | 10101 |
Color Harmonies of #30016C
Complementary color
Monochromatic Colors of #30016C
Black with #30016C
Text Example
Text Example
White with #30016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30016C; }
p { color: rgb(48,1,108); }
H1.HeaderClassName
{
color: #30016C;
}
.AnyTagClassName
{
color: #30016C;
}
</style>
background-color css
<style>
a { background-color: #30016C; }
a { background-color: rgb(48,1,108); }
div.DivClassName
{
background-color: #30016C;
}
.BgClassName
{
background-color: #30016C;
}
</style>
border-color css
<style>
span { border-color: #30016C; }
span { border-color: rgb(48,1,108); }
td.TdClassName
{
border-color: #30016C;
}
.TagClassName
{
border-color: #30016C;
}
</style>