Shades of Persian Indigo #300162
Tints of Persian Indigo #300162
RGB
CMYK
RGB Variations
Color information
#300162 (or 0x300162) is known color: Persian Indigo. HEX triplet: 30, 01 and 62. RGB value is (48,1,98). Sum of RGB (Red+Green+Blue) = 48+1+98=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #300162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300162 is #CFFE9D. Grayscale: #191919. Windows color (decimal): -13631134 or 6422832. OLE color: 6422832.
HSL color Cylindrical-coordinate representation of color #300162: hue angle of 269.07º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300162 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 1 | 98 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.62 |
| HSL | 269.07º | 0.98% | 0.19% | - |
| HSV(B) | 269.07º | 0.99% | 0.38% | - |
| XYZ | 3.43 | 1.53 | 11.67 | - |
| YUV | 26.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 98 | 0.51 | 0.99 | 0 | 0.62 | 269.07 | 0.98 | 0.19 |
| Hex | 30 | 1 | 62 | 33 | 63 | 0 | 3E | 10D | 62 | 13 |
| Octal | 60 | 1 | 142 | 63 | 143 | 0 | 76 | 415 | 142 | 23 |
| Binary | 110000 | 1 | 1100010 | 110011 | 1100011 | 0 | 111110 | 100001101 | 1100010 | 10011 |
Color Harmonies of #300162
Complementary color
Monochromatic Colors of #300162
Black with #300162
Text Example
Text Example
White with #300162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300162; }
p { color: rgb(48,1,98); }
H1.HeaderClassName
{
color: #300162;
}
.AnyTagClassName
{
color: #300162;
}
</style>
background-color css
<style>
a { background-color: #300162; }
a { background-color: rgb(48,1,98); }
div.DivClassName
{
background-color: #300162;
}
.BgClassName
{
background-color: #300162;
}
</style>
border-color css
<style>
span { border-color: #300162; }
span { border-color: rgb(48,1,98); }
td.TdClassName
{
border-color: #300162;
}
.TagClassName
{
border-color: #300162;
}
</style>