Shades of Persian Indigo #30186E
Tints of Persian Indigo #30186E
RGB
CMYK
RGB Variations
Color information
#30186E (or 0x30186E) is known color: Persian Indigo. HEX triplet: 30, 18 and 6E. RGB value is (48,24,110). Sum of RGB (Red+Green+Blue) = 48+24+110=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #30186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30186E is #CFE791. Grayscale: #282828. Windows color (decimal): -13625234 or 7215152. OLE color: 7215152.
HSL color Cylindrical-coordinate representation of color #30186E: hue angle of 256.74º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30186E is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 24 | 110 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.57 |
| HSL | 256.74º | 0.64% | 0.26% | - |
| HSV(B) | 256.74º | 0.78% | 0.43% | - |
| XYZ | 4.36 | 2.41 | 14.99 | - |
| YUV | 40.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 110 | 0.56 | 0.78 | 0 | 0.57 | 256.74 | 0.64 | 0.26 |
| Hex | 30 | 18 | 6E | 38 | 4E | 0 | 39 | 101 | 40 | 1A |
| Octal | 60 | 30 | 156 | 70 | 116 | 0 | 71 | 401 | 100 | 32 |
| Binary | 110000 | 11000 | 1101110 | 111000 | 1001110 | 0 | 111001 | 100000001 | 1000000 | 11010 |
Color Harmonies of #30186E
Complementary color
Monochromatic Colors of #30186E
Black with #30186E
Text Example
Text Example
White with #30186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30186E; }
p { color: rgb(48,24,110); }
H1.HeaderClassName
{
color: #30186E;
}
.AnyTagClassName
{
color: #30186E;
}
</style>
background-color css
<style>
a { background-color: #30186E; }
a { background-color: rgb(48,24,110); }
div.DivClassName
{
background-color: #30186E;
}
.BgClassName
{
background-color: #30186E;
}
</style>
border-color css
<style>
span { border-color: #30186E; }
span { border-color: rgb(48,24,110); }
td.TdClassName
{
border-color: #30186E;
}
.TagClassName
{
border-color: #30186E;
}
</style>