Shades of Persian Indigo #300482
Tints of Persian Indigo #300482
RGB
CMYK
RGB Variations
Color information
#300482 (or 0x300482) is known color: Persian Indigo. HEX triplet: 30, 04 and 82. RGB value is (48,4,130). Sum of RGB (Red+Green+Blue) = 48+4+130=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #300482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300482 is #CFFB7D. Grayscale: #1F1F1F. Windows color (decimal): -13630334 or 8520752. OLE color: 8520752.
HSL color Cylindrical-coordinate representation of color #300482: hue angle of 260.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300482 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 4 | 130 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.49 |
| HSL | 260.95º | 0.94% | 0.26% | - |
| HSV(B) | 260.95º | 0.97% | 0.51% | - |
| XYZ | 5.29 | 2.33 | 21.29 | - |
| YUV | 31.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 130 | 0.63 | 0.97 | 0 | 0.49 | 260.95 | 0.94 | 0.26 |
| Hex | 30 | 4 | 82 | 3F | 61 | 0 | 31 | 105 | 5E | 1A |
| Octal | 60 | 4 | 202 | 77 | 141 | 0 | 61 | 405 | 136 | 32 |
| Binary | 110000 | 100 | 10000010 | 111111 | 1100001 | 0 | 110001 | 100000101 | 1011110 | 11010 |
Color Harmonies of #300482
Complementary color
Monochromatic Colors of #300482
Black with #300482
Text Example
Text Example
White with #300482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300482; }
p { color: rgb(48,4,130); }
H1.HeaderClassName
{
color: #300482;
}
.AnyTagClassName
{
color: #300482;
}
</style>
background-color css
<style>
a { background-color: #300482; }
a { background-color: rgb(48,4,130); }
div.DivClassName
{
background-color: #300482;
}
.BgClassName
{
background-color: #300482;
}
</style>
border-color css
<style>
span { border-color: #300482; }
span { border-color: rgb(48,4,130); }
td.TdClassName
{
border-color: #300482;
}
.TagClassName
{
border-color: #300482;
}
</style>