Shades of Persian Indigo #330163
Tints of Persian Indigo #330163
RGB
CMYK
RGB Variations
Color information
#330163 (or 0x330163) is known color: Persian Indigo. HEX triplet: 33, 01 and 63. RGB value is (51,1,99). Sum of RGB (Red+Green+Blue) = 51+1+99=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #330163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330163 is #CCFE9C. Grayscale: #1A1A1A. Windows color (decimal): -13434525 or 6488371. OLE color: 6488371.
HSL color Cylindrical-coordinate representation of color #330163: hue angle of 270.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330163 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 1 | 99 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.61 |
| HSL | 270.61º | 0.98% | 0.2% | - |
| HSV(B) | 270.61º | 0.99% | 0.39% | - |
| XYZ | 3.63 | 1.63 | 11.93 | - |
| YUV | 27.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 99 | 0.48 | 0.99 | 0 | 0.61 | 270.61 | 0.98 | 0.2 |
| Hex | 33 | 1 | 63 | 30 | 63 | 0 | 3D | 10F | 62 | 14 |
| Octal | 63 | 1 | 143 | 60 | 143 | 0 | 75 | 417 | 142 | 24 |
| Binary | 110011 | 1 | 1100011 | 110000 | 1100011 | 0 | 111101 | 100001111 | 1100010 | 10100 |
Color Harmonies of #330163
Complementary color
Monochromatic Colors of #330163
Black with #330163
Text Example
Text Example
White with #330163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330163; }
p { color: rgb(51,1,99); }
H1.HeaderClassName
{
color: #330163;
}
.AnyTagClassName
{
color: #330163;
}
</style>
background-color css
<style>
a { background-color: #330163; }
a { background-color: rgb(51,1,99); }
div.DivClassName
{
background-color: #330163;
}
.BgClassName
{
background-color: #330163;
}
</style>
border-color css
<style>
span { border-color: #330163; }
span { border-color: rgb(51,1,99); }
td.TdClassName
{
border-color: #330163;
}
.TagClassName
{
border-color: #330163;
}
</style>