Shades of Persian Indigo #300C72
Tints of Persian Indigo #300C72
RGB
CMYK
RGB Variations
Color information
#300C72 (or 0x300C72) is known color: Persian Indigo. HEX triplet: 30, 0C and 72. RGB value is (48,12,114). Sum of RGB (Red+Green+Blue) = 48+12+114=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #300C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C72 is #CFF38D. Grayscale: #222222. Windows color (decimal): -13628302 or 7474224. OLE color: 7474224.
HSL color Cylindrical-coordinate representation of color #300C72: hue angle of 261.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300C72 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 12 | 114 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.55 |
| HSL | 261.18º | 0.81% | 0.25% | - |
| HSV(B) | 261.18º | 0.89% | 0.45% | - |
| XYZ | 4.39 | 2.11 | 16.09 | - |
| YUV | 34.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 114 | 0.58 | 0.89 | 0 | 0.55 | 261.18 | 0.81 | 0.25 |
| Hex | 30 | C | 72 | 3A | 59 | 0 | 37 | 105 | 51 | 19 |
| Octal | 60 | 14 | 162 | 72 | 131 | 0 | 67 | 405 | 121 | 31 |
| Binary | 110000 | 1100 | 1110010 | 111010 | 1011001 | 0 | 110111 | 100000101 | 1010001 | 11001 |
Color Harmonies of #300C72
Complementary color
Monochromatic Colors of #300C72
Black with #300C72
Text Example
Text Example
White with #300C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C72; }
p { color: rgb(48,12,114); }
H1.HeaderClassName
{
color: #300C72;
}
.AnyTagClassName
{
color: #300C72;
}
</style>
background-color css
<style>
a { background-color: #300C72; }
a { background-color: rgb(48,12,114); }
div.DivClassName
{
background-color: #300C72;
}
.BgClassName
{
background-color: #300C72;
}
</style>
border-color css
<style>
span { border-color: #300C72; }
span { border-color: rgb(48,12,114); }
td.TdClassName
{
border-color: #300C72;
}
.TagClassName
{
border-color: #300C72;
}
</style>