Shades of Persian Indigo #330165
Tints of Persian Indigo #330165
RGB
CMYK
RGB Variations
Color information
#330165 (or 0x330165) is known color: Persian Indigo. HEX triplet: 33, 01 and 65. RGB value is (51,1,101). Sum of RGB (Red+Green+Blue) = 51+1+101=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #330165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330165 is #CCFE9A. Grayscale: #1B1B1B. Windows color (decimal): -13434523 or 6619443. OLE color: 6619443.
HSL color Cylindrical-coordinate representation of color #330165: hue angle of 270º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330165 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 1 | 101 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.60 |
| HSL | 270º | 0.98% | 0.2% | - |
| HSV(B) | 270º | 0.99% | 0.4% | - |
| XYZ | 3.73 | 1.67 | 12.44 | - |
| YUV | 27.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 101 | 0.50 | 0.99 | 0 | 0.60 | 270 | 0.98 | 0.2 |
| Hex | 33 | 1 | 65 | 32 | 63 | 0 | 3C | 10E | 62 | 14 |
| Octal | 63 | 1 | 145 | 62 | 143 | 0 | 74 | 416 | 142 | 24 |
| Binary | 110011 | 1 | 1100101 | 110010 | 1100011 | 0 | 111100 | 100001110 | 1100010 | 10100 |
Color Harmonies of #330165
Complementary color
Monochromatic Colors of #330165
Black with #330165
Text Example
Text Example
White with #330165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330165; }
p { color: rgb(51,1,101); }
H1.HeaderClassName
{
color: #330165;
}
.AnyTagClassName
{
color: #330165;
}
</style>
background-color css
<style>
a { background-color: #330165; }
a { background-color: rgb(51,1,101); }
div.DivClassName
{
background-color: #330165;
}
.BgClassName
{
background-color: #330165;
}
</style>
border-color css
<style>
span { border-color: #330165; }
span { border-color: rgb(51,1,101); }
td.TdClassName
{
border-color: #330165;
}
.TagClassName
{
border-color: #330165;
}
</style>