Shades of Persian Indigo #30086B
Tints of Persian Indigo #30086B
RGB
CMYK
RGB Variations
Color information
#30086B (or 0x30086B) is known color: Persian Indigo. HEX triplet: 30, 08 and 6B. RGB value is (48,8,107). Sum of RGB (Red+Green+Blue) = 48+8+107=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #30086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30086B is #CFF794. Grayscale: #1E1E1E. Windows color (decimal): -13629333 or 7014448. OLE color: 7014448.
HSL color Cylindrical-coordinate representation of color #30086B: hue angle of 264.24º 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 #30086B is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 8 | 107 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.58 |
| HSL | 264.24º | 0.86% | 0.23% | - |
| HSV(B) | 264.24º | 0.93% | 0.42% | - |
| XYZ | 3.96 | 1.86 | 14.06 | - |
| YUV | 31.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 107 | 0.55 | 0.93 | 0 | 0.58 | 264.24 | 0.86 | 0.23 |
| Hex | 30 | 8 | 6B | 37 | 5D | 0 | 3A | 108 | 56 | 17 |
| Octal | 60 | 10 | 153 | 67 | 135 | 0 | 72 | 410 | 126 | 27 |
| Binary | 110000 | 1000 | 1101011 | 110111 | 1011101 | 0 | 111010 | 100001000 | 1010110 | 10111 |
Color Harmonies of #30086B
Complementary color
Monochromatic Colors of #30086B
Black with #30086B
Text Example
Text Example
White with #30086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30086B; }
p { color: rgb(48,8,107); }
H1.HeaderClassName
{
color: #30086B;
}
.AnyTagClassName
{
color: #30086B;
}
</style>
background-color css
<style>
a { background-color: #30086B; }
a { background-color: rgb(48,8,107); }
div.DivClassName
{
background-color: #30086B;
}
.BgClassName
{
background-color: #30086B;
}
</style>
border-color css
<style>
span { border-color: #30086B; }
span { border-color: rgb(48,8,107); }
td.TdClassName
{
border-color: #30086B;
}
.TagClassName
{
border-color: #30086B;
}
</style>