Shades of Persian Indigo #300093
Tints of Persian Indigo #300093
RGB
CMYK
RGB Variations
Color information
#300093 (or 0x300093) is known color: Persian Indigo. HEX triplet: 30, 00 and 93. RGB value is (48,0,147). Sum of RGB (Red+Green+Blue) = 48+0+147=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #300093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300093 is #CFFF6C. Grayscale: #1E1E1E. Windows color (decimal): -13631341 or 9633840. OLE color: 9633840.
HSL color Cylindrical-coordinate representation of color #300093: hue angle of 259.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300093 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 0 | 147 | - |
| CMYK | 0.67 | 1 | 0 | 0.42 |
| HSL | 259.59º | 1% | 0.29% | - |
| HSV(B) | 259.59º | 1% | 0.58% | - |
| XYZ | 6.49 | 2.73 | 27.79 | - |
| YUV | 31.11 | 193.4 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 147 | 0.67 | 1 | 0 | 0.42 | 259.59 | 1 | 0.29 |
| Hex | 30 | 0 | 93 | 43 | 64 | 0 | 2A | 104 | 64 | 1D |
| Octal | 60 | 0 | 223 | 103 | 144 | 0 | 52 | 404 | 144 | 35 |
| Binary | 110000 | 0 | 10010011 | 1000011 | 1100100 | 0 | 101010 | 100000100 | 1100100 | 11101 |
Color Harmonies of #300093
Complementary color
Monochromatic Colors of #300093
Black with #300093
Text Example
Text Example
White with #300093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300093; }
p { color: rgb(48,0,147); }
H1.HeaderClassName
{
color: #300093;
}
.AnyTagClassName
{
color: #300093;
}
</style>
background-color css
<style>
a { background-color: #300093; }
a { background-color: rgb(48,0,147); }
div.DivClassName
{
background-color: #300093;
}
.BgClassName
{
background-color: #300093;
}
</style>
border-color css
<style>
span { border-color: #300093; }
span { border-color: rgb(48,0,147); }
td.TdClassName
{
border-color: #300093;
}
.TagClassName
{
border-color: #300093;
}
</style>