Shades of Persian Indigo #300061
Tints of Persian Indigo #300061
RGB
CMYK
RGB Variations
Color information
#300061 (or 0x300061) is known color: Persian Indigo. HEX triplet: 30, 00 and 61. RGB value is (48,0,97). Sum of RGB (Red+Green+Blue) = 48+0+97=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #300061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300061 is #CFFF9E. Grayscale: #191919. Windows color (decimal): -13631391 or 6357040. OLE color: 6357040.
HSL color Cylindrical-coordinate representation of color #300061: hue angle of 269.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300061 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 0 | 97 | - |
| CMYK | 0.51 | 1 | 0 | 0.62 |
| HSL | 269.69º | 1% | 0.19% | - |
| HSV(B) | 269.69º | 1% | 0.38% | - |
| XYZ | 3.38 | 1.49 | 11.42 | - |
| YUV | 25.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 97 | 0.51 | 1 | 0 | 0.62 | 269.69 | 1 | 0.19 |
| Hex | 30 | 0 | 61 | 33 | 64 | 0 | 3E | 10E | 64 | 13 |
| Octal | 60 | 0 | 141 | 63 | 144 | 0 | 76 | 416 | 144 | 23 |
| Binary | 110000 | 0 | 1100001 | 110011 | 1100100 | 0 | 111110 | 100001110 | 1100100 | 10011 |
Color Harmonies of #300061
Complementary color
Monochromatic Colors of #300061
Black with #300061
Text Example
Text Example
White with #300061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300061; }
p { color: rgb(48,0,97); }
H1.HeaderClassName
{
color: #300061;
}
.AnyTagClassName
{
color: #300061;
}
</style>
background-color css
<style>
a { background-color: #300061; }
a { background-color: rgb(48,0,97); }
div.DivClassName
{
background-color: #300061;
}
.BgClassName
{
background-color: #300061;
}
</style>
border-color css
<style>
span { border-color: #300061; }
span { border-color: rgb(48,0,97); }
td.TdClassName
{
border-color: #300061;
}
.TagClassName
{
border-color: #300061;
}
</style>