Shades of Persian Indigo #300394
Tints of Persian Indigo #300394
RGB
CMYK
RGB Variations
Color information
#300394 (or 0x300394) is known color: Persian Indigo. HEX triplet: 30, 03 and 94. RGB value is (48,3,148). Sum of RGB (Red+Green+Blue) = 48+3+148=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #300394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300394 is #CFFC6B. Grayscale: #202020. Windows color (decimal): -13630572 or 9700144. OLE color: 9700144.
HSL color Cylindrical-coordinate representation of color #300394: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300394 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 3 | 148 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.42 |
| HSL | 258.62º | 0.96% | 0.3% | - |
| HSV(B) | 258.62º | 0.98% | 0.58% | - |
| XYZ | 6.6 | 2.83 | 28.22 | - |
| YUV | 32.99 | 192.91 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 148 | 0.68 | 0.98 | 0 | 0.42 | 258.62 | 0.96 | 0.3 |
| Hex | 30 | 3 | 94 | 44 | 62 | 0 | 2A | 103 | 60 | 1E |
| Octal | 60 | 3 | 224 | 104 | 142 | 0 | 52 | 403 | 140 | 36 |
| Binary | 110000 | 11 | 10010100 | 1000100 | 1100010 | 0 | 101010 | 100000011 | 1100000 | 11110 |
Color Harmonies of #300394
Complementary color
Monochromatic Colors of #300394
Black with #300394
Text Example
Text Example
White with #300394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300394; }
p { color: rgb(48,3,148); }
H1.HeaderClassName
{
color: #300394;
}
.AnyTagClassName
{
color: #300394;
}
</style>
background-color css
<style>
a { background-color: #300394; }
a { background-color: rgb(48,3,148); }
div.DivClassName
{
background-color: #300394;
}
.BgClassName
{
background-color: #300394;
}
</style>
border-color css
<style>
span { border-color: #300394; }
span { border-color: rgb(48,3,148); }
td.TdClassName
{
border-color: #300394;
}
.TagClassName
{
border-color: #300394;
}
</style>