Shades of Persian Indigo #330282
Tints of Persian Indigo #330282
RGB
CMYK
RGB Variations
Color information
#330282 (or 0x330282) is known color: Persian Indigo. HEX triplet: 33, 02 and 82. RGB value is (51,2,130). Sum of RGB (Red+Green+Blue) = 51+2+130=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #330282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330282 is #CCFD7D. Grayscale: #1E1E1E. Windows color (decimal): -13434238 or 8520243. OLE color: 8520243.
HSL color Cylindrical-coordinate representation of color #330282: hue angle of 262.97º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330282 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 2 | 130 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.49 |
| HSL | 262.97º | 0.97% | 0.26% | - |
| HSV(B) | 262.97º | 0.98% | 0.51% | - |
| XYZ | 5.42 | 2.36 | 21.29 | - |
| YUV | 31.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 130 | 0.61 | 0.98 | 0 | 0.49 | 262.97 | 0.97 | 0.26 |
| Hex | 33 | 2 | 82 | 3D | 62 | 0 | 31 | 107 | 61 | 1A |
| Octal | 63 | 2 | 202 | 75 | 142 | 0 | 61 | 407 | 141 | 32 |
| Binary | 110011 | 10 | 10000010 | 111101 | 1100010 | 0 | 110001 | 100000111 | 1100001 | 11010 |
Color Harmonies of #330282
Complementary color
Monochromatic Colors of #330282
Black with #330282
Text Example
Text Example
White with #330282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330282; }
p { color: rgb(51,2,130); }
H1.HeaderClassName
{
color: #330282;
}
.AnyTagClassName
{
color: #330282;
}
</style>
background-color css
<style>
a { background-color: #330282; }
a { background-color: rgb(51,2,130); }
div.DivClassName
{
background-color: #330282;
}
.BgClassName
{
background-color: #330282;
}
</style>
border-color css
<style>
span { border-color: #330282; }
span { border-color: rgb(51,2,130); }
td.TdClassName
{
border-color: #330282;
}
.TagClassName
{
border-color: #330282;
}
</style>