Shades of Persian Indigo #330285
Tints of Persian Indigo #330285
RGB
CMYK
RGB Variations
Color information
#330285 (or 0x330285) is known color: Persian Indigo. HEX triplet: 33, 02 and 85. RGB value is (51,2,133). Sum of RGB (Red+Green+Blue) = 51+2+133=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #330285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330285 is #CCFD7A. Grayscale: #1F1F1F. Windows color (decimal): -13434235 or 8716851. OLE color: 8716851.
HSL color Cylindrical-coordinate representation of color #330285: hue angle of 262.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330285 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 2 | 133 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.48 |
| HSL | 262.44º | 0.97% | 0.26% | - |
| HSV(B) | 262.44º | 0.98% | 0.52% | - |
| XYZ | 5.62 | 2.44 | 22.37 | - |
| YUV | 31.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 133 | 0.62 | 0.98 | 0 | 0.48 | 262.44 | 0.97 | 0.26 |
| Hex | 33 | 2 | 85 | 3E | 62 | 0 | 30 | 106 | 61 | 1A |
| Octal | 63 | 2 | 205 | 76 | 142 | 0 | 60 | 406 | 141 | 32 |
| Binary | 110011 | 10 | 10000101 | 111110 | 1100010 | 0 | 110000 | 100000110 | 1100001 | 11010 |
Color Harmonies of #330285
Complementary color
Monochromatic Colors of #330285
Black with #330285
Text Example
Text Example
White with #330285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330285; }
p { color: rgb(51,2,133); }
H1.HeaderClassName
{
color: #330285;
}
.AnyTagClassName
{
color: #330285;
}
</style>
background-color css
<style>
a { background-color: #330285; }
a { background-color: rgb(51,2,133); }
div.DivClassName
{
background-color: #330285;
}
.BgClassName
{
background-color: #330285;
}
</style>
border-color css
<style>
span { border-color: #330285; }
span { border-color: rgb(51,2,133); }
td.TdClassName
{
border-color: #330285;
}
.TagClassName
{
border-color: #330285;
}
</style>