Shades of Persian Indigo #30086C
Tints of Persian Indigo #30086C
RGB
CMYK
RGB Variations
Color information
#30086C (or 0x30086C) is known color: Persian Indigo. HEX triplet: 30, 08 and 6C. RGB value is (48,8,108). Sum of RGB (Red+Green+Blue) = 48+8+108=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #30086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30086C is #CFF793. Grayscale: #1F1F1F. Windows color (decimal): -13629332 or 7079984. OLE color: 7079984.
HSL color Cylindrical-coordinate representation of color #30086C: hue angle of 264º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30086C is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 8 | 108 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.58 |
| HSL | 264º | 0.86% | 0.23% | - |
| HSV(B) | 264º | 0.93% | 0.42% | - |
| XYZ | 4.01 | 1.88 | 14.34 | - |
| YUV | 31.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 108 | 0.56 | 0.93 | 0 | 0.58 | 264 | 0.86 | 0.23 |
| Hex | 30 | 8 | 6C | 38 | 5D | 0 | 3A | 108 | 56 | 17 |
| Octal | 60 | 10 | 154 | 70 | 135 | 0 | 72 | 410 | 126 | 27 |
| Binary | 110000 | 1000 | 1101100 | 111000 | 1011101 | 0 | 111010 | 100001000 | 1010110 | 10111 |
Color Harmonies of #30086C
Complementary color
Monochromatic Colors of #30086C
Black with #30086C
Text Example
Text Example
White with #30086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30086C; }
p { color: rgb(48,8,108); }
H1.HeaderClassName
{
color: #30086C;
}
.AnyTagClassName
{
color: #30086C;
}
</style>
background-color css
<style>
a { background-color: #30086C; }
a { background-color: rgb(48,8,108); }
div.DivClassName
{
background-color: #30086C;
}
.BgClassName
{
background-color: #30086C;
}
</style>
border-color css
<style>
span { border-color: #30086C; }
span { border-color: rgb(48,8,108); }
td.TdClassName
{
border-color: #30086C;
}
.TagClassName
{
border-color: #30086C;
}
</style>