Shades of Persian Indigo #330265
Tints of Persian Indigo #330265
RGB
CMYK
RGB Variations
Color information
#330265 (or 0x330265) is known color: Persian Indigo. HEX triplet: 33, 02 and 65. RGB value is (51,2,101). Sum of RGB (Red+Green+Blue) = 51+2+101=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #330265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330265 is #CCFD9A. Grayscale: #1B1B1B. Windows color (decimal): -13434267 or 6619699. OLE color: 6619699.
HSL color Cylindrical-coordinate representation of color #330265: hue angle of 269.7º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330265 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 2 | 101 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.60 |
| HSL | 269.7º | 0.96% | 0.2% | - |
| HSV(B) | 269.7º | 0.98% | 0.4% | - |
| XYZ | 3.74 | 1.69 | 12.44 | - |
| YUV | 27.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 101 | 0.50 | 0.98 | 0 | 0.60 | 269.7 | 0.96 | 0.2 |
| Hex | 33 | 2 | 65 | 32 | 62 | 0 | 3C | 10E | 60 | 14 |
| Octal | 63 | 2 | 145 | 62 | 142 | 0 | 74 | 416 | 140 | 24 |
| Binary | 110011 | 10 | 1100101 | 110010 | 1100010 | 0 | 111100 | 100001110 | 1100000 | 10100 |
Color Harmonies of #330265
Complementary color
Monochromatic Colors of #330265
Black with #330265
Text Example
Text Example
White with #330265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330265; }
p { color: rgb(51,2,101); }
H1.HeaderClassName
{
color: #330265;
}
.AnyTagClassName
{
color: #330265;
}
</style>
background-color css
<style>
a { background-color: #330265; }
a { background-color: rgb(51,2,101); }
div.DivClassName
{
background-color: #330265;
}
.BgClassName
{
background-color: #330265;
}
</style>
border-color css
<style>
span { border-color: #330265; }
span { border-color: rgb(51,2,101); }
td.TdClassName
{
border-color: #330265;
}
.TagClassName
{
border-color: #330265;
}
</style>