Shades of Persian Indigo #330198
Tints of Persian Indigo #330198
RGB
CMYK
RGB Variations
Color information
#330198 (or 0x330198) is known color: Persian Indigo. HEX triplet: 33, 01 and 98. RGB value is (51,1,152). Sum of RGB (Red+Green+Blue) = 51+1+152=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #330198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330198 is #CCFE67. Grayscale: #202020. Windows color (decimal): -13434472 or 9961779. OLE color: 9961779.
HSL color Cylindrical-coordinate representation of color #330198: hue angle of 259.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330198 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 1 | 152 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.40 |
| HSL | 259.87º | 0.99% | 0.3% | - |
| HSV(B) | 259.87º | 0.99% | 0.6% | - |
| XYZ | 7.04 | 2.99 | 29.91 | - |
| YUV | 33.16 | 195.07 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 152 | 0.66 | 0.99 | 0 | 0.40 | 259.87 | 0.99 | 0.3 |
| Hex | 33 | 1 | 98 | 42 | 63 | 0 | 28 | 104 | 63 | 1E |
| Octal | 63 | 1 | 230 | 102 | 143 | 0 | 50 | 404 | 143 | 36 |
| Binary | 110011 | 1 | 10011000 | 1000010 | 1100011 | 0 | 101000 | 100000100 | 1100011 | 11110 |
Color Harmonies of #330198
Complementary color
Monochromatic Colors of #330198
Black with #330198
Text Example
Text Example
White with #330198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330198; }
p { color: rgb(51,1,152); }
H1.HeaderClassName
{
color: #330198;
}
.AnyTagClassName
{
color: #330198;
}
</style>
background-color css
<style>
a { background-color: #330198; }
a { background-color: rgb(51,1,152); }
div.DivClassName
{
background-color: #330198;
}
.BgClassName
{
background-color: #330198;
}
</style>
border-color css
<style>
span { border-color: #330198; }
span { border-color: rgb(51,1,152); }
td.TdClassName
{
border-color: #330198;
}
.TagClassName
{
border-color: #330198;
}
</style>