Shades of Persian Indigo #300096
Tints of Persian Indigo #300096
RGB
CMYK
RGB Variations
Color information
#300096 (or 0x300096) is known color: Persian Indigo. HEX triplet: 30, 00 and 96. RGB value is (48,0,150). Sum of RGB (Red+Green+Blue) = 48+0+150=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #300096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300096 is #CFFF69. Grayscale: #1E1E1E. Windows color (decimal): -13631338 or 9830448. OLE color: 9830448.
HSL color Cylindrical-coordinate representation of color #300096: hue angle of 259.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300096 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 0 | 150 | - |
| CMYK | 0.68 | 1 | 0 | 0.41 |
| HSL | 259.2º | 1% | 0.29% | - |
| HSV(B) | 259.2º | 1% | 0.59% | - |
| XYZ | 6.72 | 2.83 | 29.05 | - |
| YUV | 31.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 150 | 0.68 | 1 | 0 | 0.41 | 259.2 | 1 | 0.29 |
| Hex | 30 | 0 | 96 | 44 | 64 | 0 | 29 | 103 | 64 | 1D |
| Octal | 60 | 0 | 226 | 104 | 144 | 0 | 51 | 403 | 144 | 35 |
| Binary | 110000 | 0 | 10010110 | 1000100 | 1100100 | 0 | 101001 | 100000011 | 1100100 | 11101 |
Color Harmonies of #300096
Complementary color
Monochromatic Colors of #300096
Black with #300096
Text Example
Text Example
White with #300096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300096; }
p { color: rgb(48,0,150); }
H1.HeaderClassName
{
color: #300096;
}
.AnyTagClassName
{
color: #300096;
}
</style>
background-color css
<style>
a { background-color: #300096; }
a { background-color: rgb(48,0,150); }
div.DivClassName
{
background-color: #300096;
}
.BgClassName
{
background-color: #300096;
}
</style>
border-color css
<style>
span { border-color: #300096; }
span { border-color: rgb(48,0,150); }
td.TdClassName
{
border-color: #300096;
}
.TagClassName
{
border-color: #300096;
}
</style>