Shades of Persian Indigo #30136C
Tints of Persian Indigo #30136C
RGB
CMYK
RGB Variations
Color information
#30136C (or 0x30136C) is known color: Persian Indigo. HEX triplet: 30, 13 and 6C. RGB value is (48,19,108). Sum of RGB (Red+Green+Blue) = 48+19+108=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #30136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30136C is #CFEC93. Grayscale: #252525. Windows color (decimal): -13626516 or 7082800. OLE color: 7082800.
HSL color Cylindrical-coordinate representation of color #30136C: hue angle of 259.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30136C is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 19 | 108 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.58 |
| HSL | 259.55º | 0.7% | 0.25% | - |
| HSV(B) | 259.55º | 0.82% | 0.42% | - |
| XYZ | 4.16 | 2.18 | 14.39 | - |
| YUV | 37.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 108 | 0.56 | 0.82 | 0 | 0.58 | 259.55 | 0.7 | 0.25 |
| Hex | 30 | 13 | 6C | 38 | 52 | 0 | 3A | 104 | 46 | 19 |
| Octal | 60 | 23 | 154 | 70 | 122 | 0 | 72 | 404 | 106 | 31 |
| Binary | 110000 | 10011 | 1101100 | 111000 | 1010010 | 0 | 111010 | 100000100 | 1000110 | 11001 |
Color Harmonies of #30136C
Complementary color
Monochromatic Colors of #30136C
Black with #30136C
Text Example
Text Example
White with #30136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30136C; }
p { color: rgb(48,19,108); }
H1.HeaderClassName
{
color: #30136C;
}
.AnyTagClassName
{
color: #30136C;
}
</style>
background-color css
<style>
a { background-color: #30136C; }
a { background-color: rgb(48,19,108); }
div.DivClassName
{
background-color: #30136C;
}
.BgClassName
{
background-color: #30136C;
}
</style>
border-color css
<style>
span { border-color: #30136C; }
span { border-color: rgb(48,19,108); }
td.TdClassName
{
border-color: #30136C;
}
.TagClassName
{
border-color: #30136C;
}
</style>