Shades of Persian Indigo #30006E
Tints of Persian Indigo #30006E
RGB
CMYK
RGB Variations
Color information
#30006E (or 0x30006E) is known color: Persian Indigo. HEX triplet: 30, 00 and 6E. RGB value is (48,0,110). Sum of RGB (Red+Green+Blue) = 48+0+110=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #30006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30006E is #CFFF91. Grayscale: #1A1A1A. Windows color (decimal): -13631378 or 7209008. OLE color: 7209008.
HSL color Cylindrical-coordinate representation of color #30006E: hue angle of 266.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30006E is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 0 | 110 | - |
| CMYK | 0.56 | 1 | 0 | 0.57 |
| HSL | 266.18º | 1% | 0.22% | - |
| HSV(B) | 266.18º | 1% | 0.43% | - |
| XYZ | 4.03 | 1.75 | 14.88 | - |
| YUV | 26.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 110 | 0.56 | 1 | 0 | 0.57 | 266.18 | 1 | 0.22 |
| Hex | 30 | 0 | 6E | 38 | 64 | 0 | 39 | 10A | 64 | 16 |
| Octal | 60 | 0 | 156 | 70 | 144 | 0 | 71 | 412 | 144 | 26 |
| Binary | 110000 | 0 | 1101110 | 111000 | 1100100 | 0 | 111001 | 100001010 | 1100100 | 10110 |
Color Harmonies of #30006E
Complementary color
Monochromatic Colors of #30006E
Black with #30006E
Text Example
Text Example
White with #30006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30006E; }
p { color: rgb(48,0,110); }
H1.HeaderClassName
{
color: #30006E;
}
.AnyTagClassName
{
color: #30006E;
}
</style>
background-color css
<style>
a { background-color: #30006E; }
a { background-color: rgb(48,0,110); }
div.DivClassName
{
background-color: #30006E;
}
.BgClassName
{
background-color: #30006E;
}
</style>
border-color css
<style>
span { border-color: #30006E; }
span { border-color: rgb(48,0,110); }
td.TdClassName
{
border-color: #30006E;
}
.TagClassName
{
border-color: #30006E;
}
</style>