Shades of Persian Indigo #301E92
Tints of Persian Indigo #301E92
RGB
CMYK
RGB Variations
Color information
#301E92 (or 0x301E92) is known color: Persian Indigo. HEX triplet: 30, 1E and 92. RGB value is (48,30,146). Sum of RGB (Red+Green+Blue) = 48+30+146=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #301E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E92 is #CFE16D. Grayscale: #303030. Windows color (decimal): -13623662 or 9575984. OLE color: 9575984.
HSL color Cylindrical-coordinate representation of color #301E92: hue angle of 249.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301E92 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 30 | 146 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.43 |
| HSL | 249.31º | 0.66% | 0.35% | - |
| HSV(B) | 249.31º | 0.79% | 0.57% | - |
| XYZ | 6.87 | 3.63 | 27.53 | - |
| YUV | 48.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 146 | 0.67 | 0.79 | 0 | 0.43 | 249.31 | 0.66 | 0.35 |
| Hex | 30 | 1E | 92 | 43 | 4F | 0 | 2B | F9 | 42 | 23 |
| Octal | 60 | 36 | 222 | 103 | 117 | 0 | 53 | 371 | 102 | 43 |
| Binary | 110000 | 11110 | 10010010 | 1000011 | 1001111 | 0 | 101011 | 11111001 | 1000010 | 100011 |
Color Harmonies of #301E92
Complementary color
Monochromatic Colors of #301E92
Black with #301E92
Text Example
Text Example
White with #301E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E92; }
p { color: rgb(48,30,146); }
H1.HeaderClassName
{
color: #301E92;
}
.AnyTagClassName
{
color: #301E92;
}
</style>
background-color css
<style>
a { background-color: #301E92; }
a { background-color: rgb(48,30,146); }
div.DivClassName
{
background-color: #301E92;
}
.BgClassName
{
background-color: #301E92;
}
</style>
border-color css
<style>
span { border-color: #301E92; }
span { border-color: rgb(48,30,146); }
td.TdClassName
{
border-color: #301E92;
}
.TagClassName
{
border-color: #301E92;
}
</style>