Shades of Persian Indigo #300084
Tints of Persian Indigo #300084
RGB
CMYK
RGB Variations
Color information
#300084 (or 0x300084) is known color: Persian Indigo. HEX triplet: 30, 00 and 84. RGB value is (48,0,132). Sum of RGB (Red+Green+Blue) = 48+0+132=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #300084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300084 is #CFFF7B. Grayscale: #1C1C1C. Windows color (decimal): -13631356 or 8650800. OLE color: 8650800.
HSL color Cylindrical-coordinate representation of color #300084: hue angle of 261.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300084 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 0 | 132 | - |
| CMYK | 0.64 | 1 | 0 | 0.48 |
| HSL | 261.82º | 1% | 0.26% | - |
| HSV(B) | 261.82º | 1% | 0.52% | - |
| XYZ | 5.38 | 2.29 | 21.99 | - |
| YUV | 29.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 132 | 0.64 | 1 | 0 | 0.48 | 261.82 | 1 | 0.26 |
| Hex | 30 | 0 | 84 | 40 | 64 | 0 | 30 | 106 | 64 | 1A |
| Octal | 60 | 0 | 204 | 100 | 144 | 0 | 60 | 406 | 144 | 32 |
| Binary | 110000 | 0 | 10000100 | 1000000 | 1100100 | 0 | 110000 | 100000110 | 1100100 | 11010 |
Color Harmonies of #300084
Complementary color
Monochromatic Colors of #300084
Black with #300084
Text Example
Text Example
White with #300084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300084; }
p { color: rgb(48,0,132); }
H1.HeaderClassName
{
color: #300084;
}
.AnyTagClassName
{
color: #300084;
}
</style>
background-color css
<style>
a { background-color: #300084; }
a { background-color: rgb(48,0,132); }
div.DivClassName
{
background-color: #300084;
}
.BgClassName
{
background-color: #300084;
}
</style>
border-color css
<style>
span { border-color: #300084; }
span { border-color: rgb(48,0,132); }
td.TdClassName
{
border-color: #300084;
}
.TagClassName
{
border-color: #300084;
}
</style>