Shades of Persian Indigo #330292
Tints of Persian Indigo #330292
RGB
CMYK
RGB Variations
Color information
#330292 (or 0x330292) is known color: Persian Indigo. HEX triplet: 33, 02 and 92. RGB value is (51,2,146). Sum of RGB (Red+Green+Blue) = 51+2+146=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #330292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330292 is #CCFD6D. Grayscale: #202020. Windows color (decimal): -13434222 or 9568819. OLE color: 9568819.
HSL color Cylindrical-coordinate representation of color #330292: hue angle of 260.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330292 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 2 | 146 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.43 |
| HSL | 260.42º | 0.97% | 0.29% | - |
| HSV(B) | 260.42º | 0.99% | 0.57% | - |
| XYZ | 6.58 | 2.82 | 27.39 | - |
| YUV | 33.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 146 | 0.65 | 0.99 | 0 | 0.43 | 260.42 | 0.97 | 0.29 |
| Hex | 33 | 2 | 92 | 41 | 63 | 0 | 2B | 104 | 61 | 1D |
| Octal | 63 | 2 | 222 | 101 | 143 | 0 | 53 | 404 | 141 | 35 |
| Binary | 110011 | 10 | 10010010 | 1000001 | 1100011 | 0 | 101011 | 100000100 | 1100001 | 11101 |
Color Harmonies of #330292
Complementary color
Monochromatic Colors of #330292
Black with #330292
Text Example
Text Example
White with #330292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330292; }
p { color: rgb(51,2,146); }
H1.HeaderClassName
{
color: #330292;
}
.AnyTagClassName
{
color: #330292;
}
</style>
background-color css
<style>
a { background-color: #330292; }
a { background-color: rgb(51,2,146); }
div.DivClassName
{
background-color: #330292;
}
.BgClassName
{
background-color: #330292;
}
</style>
border-color css
<style>
span { border-color: #330292; }
span { border-color: rgb(51,2,146); }
td.TdClassName
{
border-color: #330292;
}
.TagClassName
{
border-color: #330292;
}
</style>