Shades of Persian Indigo #3309A3
Tints of Persian Indigo #3309A3
RGB
CMYK
RGB Variations
Color information
#3309A3 (or 0x3309A3) is known color: Persian Indigo. HEX triplet: 33, 09 and A3. RGB value is (51,9,163). Sum of RGB (Red+Green+Blue) = 51+9+163=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #3309A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3309A3 is #CCF65C. Grayscale: #262626. Windows color (decimal): -13432413 or 10684723. OLE color: 10684723.
HSL color Cylindrical-coordinate representation of color #3309A3: hue angle of 256.36º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3309A3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 9 | 163 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.36 |
| HSL | 256.36º | 0.9% | 0.34% | - |
| HSV(B) | 256.36º | 0.94% | 0.64% | - |
| XYZ | 8.07 | 3.54 | 34.91 | - |
| YUV | 39.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 163 | 0.69 | 0.94 | 0 | 0.36 | 256.36 | 0.9 | 0.34 |
| Hex | 33 | 9 | A3 | 45 | 5E | 0 | 24 | 100 | 5A | 22 |
| Octal | 63 | 11 | 243 | 105 | 136 | 0 | 44 | 400 | 132 | 42 |
| Binary | 110011 | 1001 | 10100011 | 1000101 | 1011110 | 0 | 100100 | 100000000 | 1011010 | 100010 |
Color Harmonies of #3309A3
Complementary color
Monochromatic Colors of #3309A3
Black with #3309A3
Text Example
Text Example
White with #3309A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309A3; }
p { color: rgb(51,9,163); }
H1.HeaderClassName
{
color: #3309A3;
}
.AnyTagClassName
{
color: #3309A3;
}
</style>
background-color css
<style>
a { background-color: #3309A3; }
a { background-color: rgb(51,9,163); }
div.DivClassName
{
background-color: #3309A3;
}
.BgClassName
{
background-color: #3309A3;
}
</style>
border-color css
<style>
span { border-color: #3309A3; }
span { border-color: rgb(51,9,163); }
td.TdClassName
{
border-color: #3309A3;
}
.TagClassName
{
border-color: #3309A3;
}
</style>