Shades of Persian Indigo #300F68
Tints of Persian Indigo #300F68
RGB
CMYK
RGB Variations
Color information
#300F68 (or 0x300F68) is known color: Persian Indigo. HEX triplet: 30, 0F and 68. RGB value is (48,15,104). Sum of RGB (Red+Green+Blue) = 48+15+104=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #300F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F68 is #CFF097. Grayscale: #222222. Windows color (decimal): -13627544 or 6819632. OLE color: 6819632.
HSL color Cylindrical-coordinate representation of color #300F68: hue angle of 262.25º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300F68 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 15 | 104 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.59 |
| HSL | 262.25º | 0.75% | 0.23% | - |
| HSV(B) | 262.25º | 0.86% | 0.41% | - |
| XYZ | 3.89 | 1.97 | 13.27 | - |
| YUV | 35.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 104 | 0.54 | 0.86 | 0 | 0.59 | 262.25 | 0.75 | 0.23 |
| Hex | 30 | F | 68 | 36 | 56 | 0 | 3B | 106 | 4B | 17 |
| Octal | 60 | 17 | 150 | 66 | 126 | 0 | 73 | 406 | 113 | 27 |
| Binary | 110000 | 1111 | 1101000 | 110110 | 1010110 | 0 | 111011 | 100000110 | 1001011 | 10111 |
Color Harmonies of #300F68
Complementary color
Monochromatic Colors of #300F68
Black with #300F68
Text Example
Text Example
White with #300F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F68; }
p { color: rgb(48,15,104); }
H1.HeaderClassName
{
color: #300F68;
}
.AnyTagClassName
{
color: #300F68;
}
</style>
background-color css
<style>
a { background-color: #300F68; }
a { background-color: rgb(48,15,104); }
div.DivClassName
{
background-color: #300F68;
}
.BgClassName
{
background-color: #300F68;
}
</style>
border-color css
<style>
span { border-color: #300F68; }
span { border-color: rgb(48,15,104); }
td.TdClassName
{
border-color: #300F68;
}
.TagClassName
{
border-color: #300F68;
}
</style>