Shades of Persian Indigo #33107D
Tints of Persian Indigo #33107D
RGB
CMYK
RGB Variations
Color information
#33107D (or 0x33107D) is known color: Persian Indigo. HEX triplet: 33, 10 and 7D. RGB value is (51,16,125). Sum of RGB (Red+Green+Blue) = 51+16+125=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #33107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33107D is #CCEF82. Grayscale: #262626. Windows color (decimal): -13430659 or 8196147. OLE color: 8196147.
HSL color Cylindrical-coordinate representation of color #33107D: hue angle of 259.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33107D is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 16 | 125 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.51 |
| HSL | 259.27º | 0.77% | 0.28% | - |
| HSV(B) | 259.27º | 0.87% | 0.49% | - |
| XYZ | 5.25 | 2.56 | 19.62 | - |
| YUV | 38.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 125 | 0.59 | 0.87 | 0 | 0.51 | 259.27 | 0.77 | 0.28 |
| Hex | 33 | 10 | 7D | 3B | 57 | 0 | 33 | 103 | 4D | 1C |
| Octal | 63 | 20 | 175 | 73 | 127 | 0 | 63 | 403 | 115 | 34 |
| Binary | 110011 | 10000 | 1111101 | 111011 | 1010111 | 0 | 110011 | 100000011 | 1001101 | 11100 |
Color Harmonies of #33107D
Complementary color
Monochromatic Colors of #33107D
Black with #33107D
Text Example
Text Example
White with #33107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33107D; }
p { color: rgb(51,16,125); }
H1.HeaderClassName
{
color: #33107D;
}
.AnyTagClassName
{
color: #33107D;
}
</style>
background-color css
<style>
a { background-color: #33107D; }
a { background-color: rgb(51,16,125); }
div.DivClassName
{
background-color: #33107D;
}
.BgClassName
{
background-color: #33107D;
}
</style>
border-color css
<style>
span { border-color: #33107D; }
span { border-color: rgb(51,16,125); }
td.TdClassName
{
border-color: #33107D;
}
.TagClassName
{
border-color: #33107D;
}
</style>