Shades of Persian Indigo #300F85
Tints of Persian Indigo #300F85
RGB
CMYK
RGB Variations
Color information
#300F85 (or 0x300F85) is known color: Persian Indigo. HEX triplet: 30, 0F and 85. RGB value is (48,15,133). Sum of RGB (Red+Green+Blue) = 48+15+133=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #300F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300F85 is #CFF07A. Grayscale: #252525. Windows color (decimal): -13627515 or 8720176. OLE color: 8720176.
HSL color Cylindrical-coordinate representation of color #300F85: hue angle of 256.78º degrees, saturation: 0.8, 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 #300F85 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 15 | 133 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.48 |
| HSL | 256.78º | 0.8% | 0.29% | - |
| HSV(B) | 256.78º | 0.89% | 0.52% | - |
| XYZ | 5.62 | 2.66 | 22.41 | - |
| YUV | 38.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 133 | 0.64 | 0.89 | 0 | 0.48 | 256.78 | 0.8 | 0.29 |
| Hex | 30 | F | 85 | 40 | 59 | 0 | 30 | 101 | 50 | 1D |
| Octal | 60 | 17 | 205 | 100 | 131 | 0 | 60 | 401 | 120 | 35 |
| Binary | 110000 | 1111 | 10000101 | 1000000 | 1011001 | 0 | 110000 | 100000001 | 1010000 | 11101 |
Color Harmonies of #300F85
Complementary color
Monochromatic Colors of #300F85
Black with #300F85
Text Example
Text Example
White with #300F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F85; }
p { color: rgb(48,15,133); }
H1.HeaderClassName
{
color: #300F85;
}
.AnyTagClassName
{
color: #300F85;
}
</style>
background-color css
<style>
a { background-color: #300F85; }
a { background-color: rgb(48,15,133); }
div.DivClassName
{
background-color: #300F85;
}
.BgClassName
{
background-color: #300F85;
}
</style>
border-color css
<style>
span { border-color: #300F85; }
span { border-color: rgb(48,15,133); }
td.TdClassName
{
border-color: #300F85;
}
.TagClassName
{
border-color: #300F85;
}
</style>