Shades of Persian Indigo #30026E
Tints of Persian Indigo #30026E
RGB
CMYK
RGB Variations
Color information
#30026E (or 0x30026E) is known color: Persian Indigo. HEX triplet: 30, 02 and 6E. RGB value is (48,2,110). Sum of RGB (Red+Green+Blue) = 48+2+110=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #30026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30026E is #CFFD91. Grayscale: #1B1B1B. Windows color (decimal): -13630866 or 7209520. OLE color: 7209520.
HSL color Cylindrical-coordinate representation of color #30026E: hue angle of 265.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30026E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 2 | 110 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.57 |
| HSL | 265.56º | 0.96% | 0.22% | - |
| HSV(B) | 265.56º | 0.98% | 0.43% | - |
| XYZ | 4.06 | 1.8 | 14.89 | - |
| YUV | 28.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 110 | 0.56 | 0.98 | 0 | 0.57 | 265.56 | 0.96 | 0.22 |
| Hex | 30 | 2 | 6E | 38 | 62 | 0 | 39 | 10A | 60 | 16 |
| Octal | 60 | 2 | 156 | 70 | 142 | 0 | 71 | 412 | 140 | 26 |
| Binary | 110000 | 10 | 1101110 | 111000 | 1100010 | 0 | 111001 | 100001010 | 1100000 | 10110 |
Color Harmonies of #30026E
Complementary color
Monochromatic Colors of #30026E
Black with #30026E
Text Example
Text Example
White with #30026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30026E; }
p { color: rgb(48,2,110); }
H1.HeaderClassName
{
color: #30026E;
}
.AnyTagClassName
{
color: #30026E;
}
</style>
background-color css
<style>
a { background-color: #30026E; }
a { background-color: rgb(48,2,110); }
div.DivClassName
{
background-color: #30026E;
}
.BgClassName
{
background-color: #30026E;
}
</style>
border-color css
<style>
span { border-color: #30026E; }
span { border-color: rgb(48,2,110); }
td.TdClassName
{
border-color: #30026E;
}
.TagClassName
{
border-color: #30026E;
}
</style>