Shades of Persian Indigo #301E93
Tints of Persian Indigo #301E93
RGB
CMYK
RGB Variations
Color information
#301E93 (or 0x301E93) is known color: Persian Indigo. HEX triplet: 30, 1E and 93. RGB value is (48,30,147). Sum of RGB (Red+Green+Blue) = 48+30+147=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #301E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E93 is #CFE16C. Grayscale: #303030. Windows color (decimal): -13623661 or 9641520. OLE color: 9641520.
HSL color Cylindrical-coordinate representation of color #301E93: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301E93 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 30 | 147 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.42 |
| HSL | 249.23º | 0.66% | 0.35% | - |
| HSV(B) | 249.23º | 0.8% | 0.58% | - |
| XYZ | 6.95 | 3.66 | 27.94 | - |
| YUV | 48.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 147 | 0.67 | 0.80 | 0 | 0.42 | 249.23 | 0.66 | 0.35 |
| Hex | 30 | 1E | 93 | 43 | 50 | 0 | 2A | F9 | 42 | 23 |
| Octal | 60 | 36 | 223 | 103 | 120 | 0 | 52 | 371 | 102 | 43 |
| Binary | 110000 | 11110 | 10010011 | 1000011 | 1010000 | 0 | 101010 | 11111001 | 1000010 | 100011 |
Color Harmonies of #301E93
Complementary color
Monochromatic Colors of #301E93
Black with #301E93
Text Example
Text Example
White with #301E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E93; }
p { color: rgb(48,30,147); }
H1.HeaderClassName
{
color: #301E93;
}
.AnyTagClassName
{
color: #301E93;
}
</style>
background-color css
<style>
a { background-color: #301E93; }
a { background-color: rgb(48,30,147); }
div.DivClassName
{
background-color: #301E93;
}
.BgClassName
{
background-color: #301E93;
}
</style>
border-color css
<style>
span { border-color: #301E93; }
span { border-color: rgb(48,30,147); }
td.TdClassName
{
border-color: #301E93;
}
.TagClassName
{
border-color: #301E93;
}
</style>