Shades of Persian Indigo #300E85
Tints of Persian Indigo #300E85
RGB
CMYK
RGB Variations
Color information
#300E85 (or 0x300E85) is known color: Persian Indigo. HEX triplet: 30, 0E and 85. RGB value is (48,14,133). Sum of RGB (Red+Green+Blue) = 48+14+133=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #300E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300E85 is #CFF17A. Grayscale: #252525. Windows color (decimal): -13627771 or 8719920. OLE color: 8719920.
HSL color Cylindrical-coordinate representation of color #300E85: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300E85 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 14 | 133 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.48 |
| HSL | 257.14º | 0.81% | 0.29% | - |
| HSV(B) | 257.14º | 0.89% | 0.52% | - |
| XYZ | 5.61 | 2.64 | 22.4 | - |
| YUV | 37.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 133 | 0.64 | 0.89 | 0 | 0.48 | 257.14 | 0.81 | 0.29 |
| Hex | 30 | E | 85 | 40 | 59 | 0 | 30 | 101 | 51 | 1D |
| Octal | 60 | 16 | 205 | 100 | 131 | 0 | 60 | 401 | 121 | 35 |
| Binary | 110000 | 1110 | 10000101 | 1000000 | 1011001 | 0 | 110000 | 100000001 | 1010001 | 11101 |
Color Harmonies of #300E85
Complementary color
Monochromatic Colors of #300E85
Black with #300E85
Text Example
Text Example
White with #300E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E85; }
p { color: rgb(48,14,133); }
H1.HeaderClassName
{
color: #300E85;
}
.AnyTagClassName
{
color: #300E85;
}
</style>
background-color css
<style>
a { background-color: #300E85; }
a { background-color: rgb(48,14,133); }
div.DivClassName
{
background-color: #300E85;
}
.BgClassName
{
background-color: #300E85;
}
</style>
border-color css
<style>
span { border-color: #300E85; }
span { border-color: rgb(48,14,133); }
td.TdClassName
{
border-color: #300E85;
}
.TagClassName
{
border-color: #300E85;
}
</style>