Shades of Persian Indigo #30028C
Tints of Persian Indigo #30028C
RGB
CMYK
RGB Variations
Color information
#30028C (or 0x30028C) is known color: Persian Indigo. HEX triplet: 30, 02 and 8C. RGB value is (48,2,140). Sum of RGB (Red+Green+Blue) = 48+2+140=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #30028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30028C is #CFFD73. Grayscale: #1E1E1E. Windows color (decimal): -13630836 or 9175600. OLE color: 9175600.
HSL color Cylindrical-coordinate representation of color #30028C: hue angle of 260º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30028C is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 2 | 140 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.45 |
| HSL | 260º | 0.97% | 0.28% | - |
| HSV(B) | 260º | 0.99% | 0.55% | - |
| XYZ | 5.97 | 2.57 | 24.99 | - |
| YUV | 31.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 140 | 0.66 | 0.99 | 0 | 0.45 | 260 | 0.97 | 0.28 |
| Hex | 30 | 2 | 8C | 42 | 63 | 0 | 2D | 104 | 61 | 1C |
| Octal | 60 | 2 | 214 | 102 | 143 | 0 | 55 | 404 | 141 | 34 |
| Binary | 110000 | 10 | 10001100 | 1000010 | 1100011 | 0 | 101101 | 100000100 | 1100001 | 11100 |
Color Harmonies of #30028C
Complementary color
Monochromatic Colors of #30028C
Black with #30028C
Text Example
Text Example
White with #30028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30028C; }
p { color: rgb(48,2,140); }
H1.HeaderClassName
{
color: #30028C;
}
.AnyTagClassName
{
color: #30028C;
}
</style>
background-color css
<style>
a { background-color: #30028C; }
a { background-color: rgb(48,2,140); }
div.DivClassName
{
background-color: #30028C;
}
.BgClassName
{
background-color: #30028C;
}
</style>
border-color css
<style>
span { border-color: #30028C; }
span { border-color: rgb(48,2,140); }
td.TdClassName
{
border-color: #30028C;
}
.TagClassName
{
border-color: #30028C;
}
</style>