Shades of Persian Indigo #3306A1
Tints of Persian Indigo #3306A1
RGB
CMYK
RGB Variations
Color information
#3306A1 (or 0x3306A1) is known color: Persian Indigo. HEX triplet: 33, 06 and A1. RGB value is (51,6,161). Sum of RGB (Red+Green+Blue) = 51+6+161=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 161 (63.28% from 255 or 73.85% from 218); Max value from RGB is 161 - color contains mainly: blue. Hex color #3306A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3306A1 is #CCF95E. Grayscale: #242424. Windows color (decimal): -13433183 or 10552883. OLE color: 10552883.
HSL color Cylindrical-coordinate representation of color #3306A1: hue angle of 257.42º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3306A1 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 6 | 161 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.37 |
| HSL | 257.42º | 0.93% | 0.33% | - |
| HSV(B) | 257.42º | 0.96% | 0.63% | - |
| XYZ | 7.86 | 3.41 | 33.96 | - |
| YUV | 37.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 161 | 0.68 | 0.96 | 0 | 0.37 | 257.42 | 0.93 | 0.33 |
| Hex | 33 | 6 | A1 | 44 | 60 | 0 | 25 | 101 | 5D | 21 |
| Octal | 63 | 6 | 241 | 104 | 140 | 0 | 45 | 401 | 135 | 41 |
| Binary | 110011 | 110 | 10100001 | 1000100 | 1100000 | 0 | 100101 | 100000001 | 1011101 | 100001 |
Color Harmonies of #3306A1
Complementary color
Monochromatic Colors of #3306A1
Black with #3306A1
Text Example
Text Example
White with #3306A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3306A1; }
p { color: rgb(51,6,161); }
H1.HeaderClassName
{
color: #3306A1;
}
.AnyTagClassName
{
color: #3306A1;
}
</style>
background-color css
<style>
a { background-color: #3306A1; }
a { background-color: rgb(51,6,161); }
div.DivClassName
{
background-color: #3306A1;
}
.BgClassName
{
background-color: #3306A1;
}
</style>
border-color css
<style>
span { border-color: #3306A1; }
span { border-color: rgb(51,6,161); }
td.TdClassName
{
border-color: #3306A1;
}
.TagClassName
{
border-color: #3306A1;
}
</style>