Shades of Persian Indigo #30186B
Tints of Persian Indigo #30186B
RGB
CMYK
RGB Variations
Color information
#30186B (or 0x30186B) is known color: Persian Indigo. HEX triplet: 30, 18 and 6B. RGB value is (48,24,107). Sum of RGB (Red+Green+Blue) = 48+24+107=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #30186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30186B is #CFE794. Grayscale: #282828. Windows color (decimal): -13625237 or 7018544. OLE color: 7018544.
HSL color Cylindrical-coordinate representation of color #30186B: hue angle of 257.35º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30186B is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 24 | 107 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.58 |
| HSL | 257.35º | 0.63% | 0.26% | - |
| HSV(B) | 257.35º | 0.78% | 0.42% | - |
| XYZ | 4.2 | 2.34 | 14.14 | - |
| YUV | 40.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 107 | 0.55 | 0.78 | 0 | 0.58 | 257.35 | 0.63 | 0.26 |
| Hex | 30 | 18 | 6B | 37 | 4E | 0 | 3A | 101 | 3F | 1A |
| Octal | 60 | 30 | 153 | 67 | 116 | 0 | 72 | 401 | 77 | 32 |
| Binary | 110000 | 11000 | 1101011 | 110111 | 1001110 | 0 | 111010 | 100000001 | 111111 | 11010 |
Color Harmonies of #30186B
Complementary color
Monochromatic Colors of #30186B
Black with #30186B
Text Example
Text Example
White with #30186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30186B; }
p { color: rgb(48,24,107); }
H1.HeaderClassName
{
color: #30186B;
}
.AnyTagClassName
{
color: #30186B;
}
</style>
background-color css
<style>
a { background-color: #30186B; }
a { background-color: rgb(48,24,107); }
div.DivClassName
{
background-color: #30186B;
}
.BgClassName
{
background-color: #30186B;
}
</style>
border-color css
<style>
span { border-color: #30186B; }
span { border-color: rgb(48,24,107); }
td.TdClassName
{
border-color: #30186B;
}
.TagClassName
{
border-color: #30186B;
}
</style>