Shades of Persian Indigo #330263
Tints of Persian Indigo #330263
RGB
CMYK
RGB Variations
Color information
#330263 (or 0x330263) is known color: Persian Indigo. HEX triplet: 33, 02 and 63. RGB value is (51,2,99). Sum of RGB (Red+Green+Blue) = 51+2+99=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #330263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330263 is #CCFD9C. Grayscale: #1B1B1B. Windows color (decimal): -13434269 or 6488627. OLE color: 6488627.
HSL color Cylindrical-coordinate representation of color #330263: hue angle of 270.31º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330263 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 2 | 99 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.61 |
| HSL | 270.31º | 0.96% | 0.2% | - |
| HSV(B) | 270.31º | 0.98% | 0.39% | - |
| XYZ | 3.64 | 1.65 | 11.93 | - |
| YUV | 27.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 99 | 0.48 | 0.98 | 0 | 0.61 | 270.31 | 0.96 | 0.2 |
| Hex | 33 | 2 | 63 | 30 | 62 | 0 | 3D | 10E | 60 | 14 |
| Octal | 63 | 2 | 143 | 60 | 142 | 0 | 75 | 416 | 140 | 24 |
| Binary | 110011 | 10 | 1100011 | 110000 | 1100010 | 0 | 111101 | 100001110 | 1100000 | 10100 |
Color Harmonies of #330263
Complementary color
Monochromatic Colors of #330263
Black with #330263
Text Example
Text Example
White with #330263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330263; }
p { color: rgb(51,2,99); }
H1.HeaderClassName
{
color: #330263;
}
.AnyTagClassName
{
color: #330263;
}
</style>
background-color css
<style>
a { background-color: #330263; }
a { background-color: rgb(51,2,99); }
div.DivClassName
{
background-color: #330263;
}
.BgClassName
{
background-color: #330263;
}
</style>
border-color css
<style>
span { border-color: #330263; }
span { border-color: rgb(51,2,99); }
td.TdClassName
{
border-color: #330263;
}
.TagClassName
{
border-color: #330263;
}
</style>