Shades of Persian Indigo #300A8B
Tints of Persian Indigo #300A8B
RGB
CMYK
RGB Variations
Color information
#300A8B (or 0x300A8B) is known color: Persian Indigo. HEX triplet: 30, 0A and 8B. RGB value is (48,10,139). Sum of RGB (Red+Green+Blue) = 48+10+139=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #300A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A8B is #CFF574. Grayscale: #232323. Windows color (decimal): -13628789 or 9112112. OLE color: 9112112.
HSL color Cylindrical-coordinate representation of color #300A8B: hue angle of 257.67º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A8B is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 10 | 139 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.45 |
| HSL | 257.67º | 0.87% | 0.29% | - |
| HSV(B) | 257.67º | 0.93% | 0.55% | - |
| XYZ | 5.99 | 2.71 | 24.63 | - |
| YUV | 36.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 139 | 0.65 | 0.93 | 0 | 0.45 | 257.67 | 0.87 | 0.29 |
| Hex | 30 | A | 8B | 41 | 5D | 0 | 2D | 102 | 57 | 1D |
| Octal | 60 | 12 | 213 | 101 | 135 | 0 | 55 | 402 | 127 | 35 |
| Binary | 110000 | 1010 | 10001011 | 1000001 | 1011101 | 0 | 101101 | 100000010 | 1010111 | 11101 |
Color Harmonies of #300A8B
Complementary color
Monochromatic Colors of #300A8B
Black with #300A8B
Text Example
Text Example
White with #300A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A8B; }
p { color: rgb(48,10,139); }
H1.HeaderClassName
{
color: #300A8B;
}
.AnyTagClassName
{
color: #300A8B;
}
</style>
background-color css
<style>
a { background-color: #300A8B; }
a { background-color: rgb(48,10,139); }
div.DivClassName
{
background-color: #300A8B;
}
.BgClassName
{
background-color: #300A8B;
}
</style>
border-color css
<style>
span { border-color: #300A8B; }
span { border-color: rgb(48,10,139); }
td.TdClassName
{
border-color: #300A8B;
}
.TagClassName
{
border-color: #300A8B;
}
</style>