Shades of Persian Indigo #300098
Tints of Persian Indigo #300098
RGB
CMYK
RGB Variations
Color information
#300098 (or 0x300098) is known color: Persian Indigo. HEX triplet: 30, 00 and 98. RGB value is (48,0,152). Sum of RGB (Red+Green+Blue) = 48+0+152=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #300098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300098 is #CFFF67. Grayscale: #1F1F1F. Windows color (decimal): -13631336 or 9961520. OLE color: 9961520.
HSL color Cylindrical-coordinate representation of color #300098: hue angle of 258.95º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300098 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 0 | 152 | - |
| CMYK | 0.68 | 1 | 0 | 0.40 |
| HSL | 258.95º | 1% | 0.3% | - |
| HSV(B) | 258.95º | 1% | 0.6% | - |
| XYZ | 6.89 | 2.9 | 29.9 | - |
| YUV | 31.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 152 | 0.68 | 1 | 0 | 0.40 | 258.95 | 1 | 0.3 |
| Hex | 30 | 0 | 98 | 44 | 64 | 0 | 28 | 103 | 64 | 1E |
| Octal | 60 | 0 | 230 | 104 | 144 | 0 | 50 | 403 | 144 | 36 |
| Binary | 110000 | 0 | 10011000 | 1000100 | 1100100 | 0 | 101000 | 100000011 | 1100100 | 11110 |
Color Harmonies of #300098
Complementary color
Monochromatic Colors of #300098
Black with #300098
Text Example
Text Example
White with #300098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300098; }
p { color: rgb(48,0,152); }
H1.HeaderClassName
{
color: #300098;
}
.AnyTagClassName
{
color: #300098;
}
</style>
background-color css
<style>
a { background-color: #300098; }
a { background-color: rgb(48,0,152); }
div.DivClassName
{
background-color: #300098;
}
.BgClassName
{
background-color: #300098;
}
</style>
border-color css
<style>
span { border-color: #300098; }
span { border-color: rgb(48,0,152); }
td.TdClassName
{
border-color: #300098;
}
.TagClassName
{
border-color: #300098;
}
</style>