Shades of Persian Indigo #330184
Tints of Persian Indigo #330184
RGB
CMYK
RGB Variations
Color information
#330184 (or 0x330184) is known color: Persian Indigo. HEX triplet: 33, 01 and 84. RGB value is (51,1,132). Sum of RGB (Red+Green+Blue) = 51+1+132=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #330184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330184 is #CCFE7B. Grayscale: #1E1E1E. Windows color (decimal): -13434492 or 8651059. OLE color: 8651059.
HSL color Cylindrical-coordinate representation of color #330184: hue angle of 262.9º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330184 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 1 | 132 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.48 |
| HSL | 262.9º | 0.98% | 0.26% | - |
| HSV(B) | 262.9º | 0.99% | 0.52% | - |
| XYZ | 5.54 | 2.39 | 22 | - |
| YUV | 30.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 132 | 0.61 | 0.99 | 0 | 0.48 | 262.9 | 0.98 | 0.26 |
| Hex | 33 | 1 | 84 | 3D | 63 | 0 | 30 | 107 | 62 | 1A |
| Octal | 63 | 1 | 204 | 75 | 143 | 0 | 60 | 407 | 142 | 32 |
| Binary | 110011 | 1 | 10000100 | 111101 | 1100011 | 0 | 110000 | 100000111 | 1100010 | 11010 |
Color Harmonies of #330184
Complementary color
Monochromatic Colors of #330184
Black with #330184
Text Example
Text Example
White with #330184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330184; }
p { color: rgb(51,1,132); }
H1.HeaderClassName
{
color: #330184;
}
.AnyTagClassName
{
color: #330184;
}
</style>
background-color css
<style>
a { background-color: #330184; }
a { background-color: rgb(51,1,132); }
div.DivClassName
{
background-color: #330184;
}
.BgClassName
{
background-color: #330184;
}
</style>
border-color css
<style>
span { border-color: #330184; }
span { border-color: rgb(51,1,132); }
td.TdClassName
{
border-color: #330184;
}
.TagClassName
{
border-color: #330184;
}
</style>