Shades of Persian Indigo #30018A
Tints of Persian Indigo #30018A
RGB
CMYK
RGB Variations
Color information
#30018A (or 0x30018A) is known color: Persian Indigo. HEX triplet: 30, 01 and 8A. RGB value is (48,1,138). Sum of RGB (Red+Green+Blue) = 48+1+138=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #30018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30018A is #CFFE75. Grayscale: #1E1E1E. Windows color (decimal): -13631094 or 9044272. OLE color: 9044272.
HSL color Cylindrical-coordinate representation of color #30018A: hue angle of 260.58º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30018A is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 1 | 138 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.46 |
| HSL | 260.58º | 0.99% | 0.27% | - |
| HSV(B) | 260.58º | 0.99% | 0.54% | - |
| XYZ | 5.82 | 2.49 | 24.22 | - |
| YUV | 30.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 138 | 0.65 | 0.99 | 0 | 0.46 | 260.58 | 0.99 | 0.27 |
| Hex | 30 | 1 | 8A | 41 | 63 | 0 | 2E | 105 | 63 | 1B |
| Octal | 60 | 1 | 212 | 101 | 143 | 0 | 56 | 405 | 143 | 33 |
| Binary | 110000 | 1 | 10001010 | 1000001 | 1100011 | 0 | 101110 | 100000101 | 1100011 | 11011 |
Color Harmonies of #30018A
Complementary color
Monochromatic Colors of #30018A
Black with #30018A
Text Example
Text Example
White with #30018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30018A; }
p { color: rgb(48,1,138); }
H1.HeaderClassName
{
color: #30018A;
}
.AnyTagClassName
{
color: #30018A;
}
</style>
background-color css
<style>
a { background-color: #30018A; }
a { background-color: rgb(48,1,138); }
div.DivClassName
{
background-color: #30018A;
}
.BgClassName
{
background-color: #30018A;
}
</style>
border-color css
<style>
span { border-color: #30018A; }
span { border-color: rgb(48,1,138); }
td.TdClassName
{
border-color: #30018A;
}
.TagClassName
{
border-color: #30018A;
}
</style>