Shades of Persian Indigo #30077A
Tints of Persian Indigo #30077A
RGB
CMYK
RGB Variations
Color information
#30077A (or 0x30077A) is known color: Persian Indigo. HEX triplet: 30, 07 and 7A. RGB value is (48,7,122). Sum of RGB (Red+Green+Blue) = 48+7+122=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #30077A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30077A is #CFF885. Grayscale: #1F1F1F. Windows color (decimal): -13629574 or 7997232. OLE color: 7997232.
HSL color Cylindrical-coordinate representation of color #30077A: hue angle of 261.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30077A is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 7 | 122 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.52 |
| HSL | 261.39º | 0.89% | 0.25% | - |
| HSV(B) | 261.39º | 0.94% | 0.48% | - |
| XYZ | 4.81 | 2.19 | 18.58 | - |
| YUV | 32.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 122 | 0.61 | 0.94 | 0 | 0.52 | 261.39 | 0.89 | 0.25 |
| Hex | 30 | 7 | 7A | 3D | 5E | 0 | 34 | 105 | 59 | 19 |
| Octal | 60 | 7 | 172 | 75 | 136 | 0 | 64 | 405 | 131 | 31 |
| Binary | 110000 | 111 | 1111010 | 111101 | 1011110 | 0 | 110100 | 100000101 | 1011001 | 11001 |
Color Harmonies of #30077A
Complementary color
Monochromatic Colors of #30077A
Black with #30077A
Text Example
Text Example
White with #30077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30077A; }
p { color: rgb(48,7,122); }
H1.HeaderClassName
{
color: #30077A;
}
.AnyTagClassName
{
color: #30077A;
}
</style>
background-color css
<style>
a { background-color: #30077A; }
a { background-color: rgb(48,7,122); }
div.DivClassName
{
background-color: #30077A;
}
.BgClassName
{
background-color: #30077A;
}
</style>
border-color css
<style>
span { border-color: #30077A; }
span { border-color: rgb(48,7,122); }
td.TdClassName
{
border-color: #30077A;
}
.TagClassName
{
border-color: #30077A;
}
</style>