Shades of Persian Indigo #33146C
Tints of Persian Indigo #33146C
RGB
CMYK
RGB Variations
Color information
#33146C (or 0x33146C) is known color: Persian Indigo. HEX triplet: 33, 14 and 6C. RGB value is (51,20,108). Sum of RGB (Red+Green+Blue) = 51+20+108=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #33146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33146C is #CCEB93. Grayscale: #262626. Windows color (decimal): -13429652 or 7083059. OLE color: 7083059.
HSL color Cylindrical-coordinate representation of color #33146C: hue angle of 261.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33146C is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 20 | 108 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.58 |
| HSL | 261.14º | 0.69% | 0.25% | - |
| HSV(B) | 261.14º | 0.81% | 0.42% | - |
| XYZ | 4.32 | 2.29 | 14.4 | - |
| YUV | 39.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 108 | 0.53 | 0.81 | 0 | 0.58 | 261.14 | 0.69 | 0.25 |
| Hex | 33 | 14 | 6C | 35 | 51 | 0 | 3A | 105 | 45 | 19 |
| Octal | 63 | 24 | 154 | 65 | 121 | 0 | 72 | 405 | 105 | 31 |
| Binary | 110011 | 10100 | 1101100 | 110101 | 1010001 | 0 | 111010 | 100000101 | 1000101 | 11001 |
Color Harmonies of #33146C
Complementary color
Monochromatic Colors of #33146C
Black with #33146C
Text Example
Text Example
White with #33146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33146C; }
p { color: rgb(51,20,108); }
H1.HeaderClassName
{
color: #33146C;
}
.AnyTagClassName
{
color: #33146C;
}
</style>
background-color css
<style>
a { background-color: #33146C; }
a { background-color: rgb(51,20,108); }
div.DivClassName
{
background-color: #33146C;
}
.BgClassName
{
background-color: #33146C;
}
</style>
border-color css
<style>
span { border-color: #33146C; }
span { border-color: rgb(51,20,108); }
td.TdClassName
{
border-color: #33146C;
}
.TagClassName
{
border-color: #33146C;
}
</style>