Shades of Persian Indigo #30186C
Tints of Persian Indigo #30186C
RGB
CMYK
RGB Variations
Color information
#30186C (or 0x30186C) is known color: Persian Indigo. HEX triplet: 30, 18 and 6C. RGB value is (48,24,108). Sum of RGB (Red+Green+Blue) = 48+24+108=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #30186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30186C is #CFE793. Grayscale: #282828. Windows color (decimal): -13625236 or 7084080. OLE color: 7084080.
HSL color Cylindrical-coordinate representation of color #30186C: hue angle of 257.14º degrees, saturation: 0.64, 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 #30186C is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 24 | 108 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.58 |
| HSL | 257.14º | 0.64% | 0.26% | - |
| HSV(B) | 257.14º | 0.78% | 0.42% | - |
| XYZ | 4.25 | 2.36 | 14.42 | - |
| YUV | 40.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 108 | 0.56 | 0.78 | 0 | 0.58 | 257.14 | 0.64 | 0.26 |
| Hex | 30 | 18 | 6C | 38 | 4E | 0 | 3A | 101 | 40 | 1A |
| Octal | 60 | 30 | 154 | 70 | 116 | 0 | 72 | 401 | 100 | 32 |
| Binary | 110000 | 11000 | 1101100 | 111000 | 1001110 | 0 | 111010 | 100000001 | 1000000 | 11010 |
Color Harmonies of #30186C
Complementary color
Monochromatic Colors of #30186C
Black with #30186C
Text Example
Text Example
White with #30186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30186C; }
p { color: rgb(48,24,108); }
H1.HeaderClassName
{
color: #30186C;
}
.AnyTagClassName
{
color: #30186C;
}
</style>
background-color css
<style>
a { background-color: #30186C; }
a { background-color: rgb(48,24,108); }
div.DivClassName
{
background-color: #30186C;
}
.BgClassName
{
background-color: #30186C;
}
</style>
border-color css
<style>
span { border-color: #30186C; }
span { border-color: rgb(48,24,108); }
td.TdClassName
{
border-color: #30186C;
}
.TagClassName
{
border-color: #30186C;
}
</style>