Shades of Persian Indigo #300882
Tints of Persian Indigo #300882
RGB
CMYK
RGB Variations
Color information
#300882 (or 0x300882) is known color: Persian Indigo. HEX triplet: 30, 08 and 82. RGB value is (48,8,130). Sum of RGB (Red+Green+Blue) = 48+8+130=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #300882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300882 is #CFF77D. Grayscale: #212121. Windows color (decimal): -13629310 or 8521776. OLE color: 8521776.
HSL color Cylindrical-coordinate representation of color #300882: hue angle of 259.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300882 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 8 | 130 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.49 |
| HSL | 259.67º | 0.88% | 0.27% | - |
| HSV(B) | 259.67º | 0.94% | 0.51% | - |
| XYZ | 5.34 | 2.41 | 21.3 | - |
| YUV | 33.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 130 | 0.63 | 0.94 | 0 | 0.49 | 259.67 | 0.88 | 0.27 |
| Hex | 30 | 8 | 82 | 3F | 5E | 0 | 31 | 104 | 58 | 1B |
| Octal | 60 | 10 | 202 | 77 | 136 | 0 | 61 | 404 | 130 | 33 |
| Binary | 110000 | 1000 | 10000010 | 111111 | 1011110 | 0 | 110001 | 100000100 | 1011000 | 11011 |
Color Harmonies of #300882
Complementary color
Monochromatic Colors of #300882
Black with #300882
Text Example
Text Example
White with #300882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300882; }
p { color: rgb(48,8,130); }
H1.HeaderClassName
{
color: #300882;
}
.AnyTagClassName
{
color: #300882;
}
</style>
background-color css
<style>
a { background-color: #300882; }
a { background-color: rgb(48,8,130); }
div.DivClassName
{
background-color: #300882;
}
.BgClassName
{
background-color: #300882;
}
</style>
border-color css
<style>
span { border-color: #300882; }
span { border-color: rgb(48,8,130); }
td.TdClassName
{
border-color: #300882;
}
.TagClassName
{
border-color: #300882;
}
</style>