Shades of Persian Indigo #330169
Tints of Persian Indigo #330169
RGB
CMYK
RGB Variations
Color information
#330169 (or 0x330169) is known color: Persian Indigo. HEX triplet: 33, 01 and 69. RGB value is (51,1,105). Sum of RGB (Red+Green+Blue) = 51+1+105=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #330169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330169 is #CCFE96. Grayscale: #1B1B1B. Windows color (decimal): -13434519 or 6881587. OLE color: 6881587.
HSL color Cylindrical-coordinate representation of color #330169: hue angle of 268.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330169 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 1 | 105 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.59 |
| HSL | 268.85º | 0.98% | 0.21% | - |
| HSV(B) | 268.85º | 0.99% | 0.41% | - |
| XYZ | 3.93 | 1.75 | 13.49 | - |
| YUV | 27.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 105 | 0.51 | 0.99 | 0 | 0.59 | 268.85 | 0.98 | 0.21 |
| Hex | 33 | 1 | 69 | 33 | 63 | 0 | 3B | 10D | 62 | 15 |
| Octal | 63 | 1 | 151 | 63 | 143 | 0 | 73 | 415 | 142 | 25 |
| Binary | 110011 | 1 | 1101001 | 110011 | 1100011 | 0 | 111011 | 100001101 | 1100010 | 10101 |
Color Harmonies of #330169
Complementary color
Monochromatic Colors of #330169
Black with #330169
Text Example
Text Example
White with #330169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330169; }
p { color: rgb(51,1,105); }
H1.HeaderClassName
{
color: #330169;
}
.AnyTagClassName
{
color: #330169;
}
</style>
background-color css
<style>
a { background-color: #330169; }
a { background-color: rgb(51,1,105); }
div.DivClassName
{
background-color: #330169;
}
.BgClassName
{
background-color: #330169;
}
</style>
border-color css
<style>
span { border-color: #330169; }
span { border-color: rgb(51,1,105); }
td.TdClassName
{
border-color: #330169;
}
.TagClassName
{
border-color: #330169;
}
</style>