Shades of Persian Indigo #300A6D
Tints of Persian Indigo #300A6D
RGB
CMYK
RGB Variations
Color information
#300A6D (or 0x300A6D) is known color: Persian Indigo. HEX triplet: 30, 0A and 6D. RGB value is (48,10,109). Sum of RGB (Red+Green+Blue) = 48+10+109=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #300A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A6D is #CFF592. Grayscale: #202020. Windows color (decimal): -13628819 or 7146032. OLE color: 7146032.
HSL color Cylindrical-coordinate representation of color #300A6D: hue angle of 263.03º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300A6D is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 10 | 109 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.57 |
| HSL | 263.03º | 0.83% | 0.23% | - |
| HSV(B) | 263.03º | 0.91% | 0.43% | - |
| XYZ | 4.09 | 1.95 | 14.63 | - |
| YUV | 32.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 109 | 0.56 | 0.91 | 0 | 0.57 | 263.03 | 0.83 | 0.23 |
| Hex | 30 | A | 6D | 38 | 5B | 0 | 39 | 107 | 53 | 17 |
| Octal | 60 | 12 | 155 | 70 | 133 | 0 | 71 | 407 | 123 | 27 |
| Binary | 110000 | 1010 | 1101101 | 111000 | 1011011 | 0 | 111001 | 100000111 | 1010011 | 10111 |
Color Harmonies of #300A6D
Complementary color
Monochromatic Colors of #300A6D
Black with #300A6D
Text Example
Text Example
White with #300A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A6D; }
p { color: rgb(48,10,109); }
H1.HeaderClassName
{
color: #300A6D;
}
.AnyTagClassName
{
color: #300A6D;
}
</style>
background-color css
<style>
a { background-color: #300A6D; }
a { background-color: rgb(48,10,109); }
div.DivClassName
{
background-color: #300A6D;
}
.BgClassName
{
background-color: #300A6D;
}
</style>
border-color css
<style>
span { border-color: #300A6D; }
span { border-color: rgb(48,10,109); }
td.TdClassName
{
border-color: #300A6D;
}
.TagClassName
{
border-color: #300A6D;
}
</style>