Shades of Persian Indigo #30107D
Tints of Persian Indigo #30107D
RGB
CMYK
RGB Variations
Color information
#30107D (or 0x30107D) is known color: Persian Indigo. HEX triplet: 30, 10 and 7D. RGB value is (48,16,125). Sum of RGB (Red+Green+Blue) = 48+16+125=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #30107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30107D is #CFEF82. Grayscale: #252525. Windows color (decimal): -13627267 or 8196144. OLE color: 8196144.
HSL color Cylindrical-coordinate representation of color #30107D: hue angle of 257.61º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30107D is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 16 | 125 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.51 |
| HSL | 257.61º | 0.77% | 0.28% | - |
| HSV(B) | 257.61º | 0.87% | 0.49% | - |
| XYZ | 5.11 | 2.48 | 19.61 | - |
| YUV | 37.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 125 | 0.62 | 0.87 | 0 | 0.51 | 257.61 | 0.77 | 0.28 |
| Hex | 30 | 10 | 7D | 3E | 57 | 0 | 33 | 102 | 4D | 1C |
| Octal | 60 | 20 | 175 | 76 | 127 | 0 | 63 | 402 | 115 | 34 |
| Binary | 110000 | 10000 | 1111101 | 111110 | 1010111 | 0 | 110011 | 100000010 | 1001101 | 11100 |
Color Harmonies of #30107D
Complementary color
Monochromatic Colors of #30107D
Black with #30107D
Text Example
Text Example
White with #30107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30107D; }
p { color: rgb(48,16,125); }
H1.HeaderClassName
{
color: #30107D;
}
.AnyTagClassName
{
color: #30107D;
}
</style>
background-color css
<style>
a { background-color: #30107D; }
a { background-color: rgb(48,16,125); }
div.DivClassName
{
background-color: #30107D;
}
.BgClassName
{
background-color: #30107D;
}
</style>
border-color css
<style>
span { border-color: #30107D; }
span { border-color: rgb(48,16,125); }
td.TdClassName
{
border-color: #30107D;
}
.TagClassName
{
border-color: #30107D;
}
</style>