Shades of Persian Indigo #33068D
Tints of Persian Indigo #33068D
RGB
CMYK
RGB Variations
Color information
#33068D (or 0x33068D) is known color: Persian Indigo. HEX triplet: 33, 06 and 8D. RGB value is (51,6,141). Sum of RGB (Red+Green+Blue) = 51+6+141=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #33068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33068D is #CCF972. Grayscale: #222222. Windows color (decimal): -13433203 or 9242163. OLE color: 9242163.
HSL color Cylindrical-coordinate representation of color #33068D: hue angle of 260º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33068D is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 6 | 141 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.45 |
| HSL | 260º | 0.92% | 0.29% | - |
| HSV(B) | 260º | 0.96% | 0.55% | - |
| XYZ | 6.24 | 2.76 | 25.4 | - |
| YUV | 34.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 141 | 0.64 | 0.96 | 0 | 0.45 | 260 | 0.92 | 0.29 |
| Hex | 33 | 6 | 8D | 40 | 60 | 0 | 2D | 104 | 5C | 1D |
| Octal | 63 | 6 | 215 | 100 | 140 | 0 | 55 | 404 | 134 | 35 |
| Binary | 110011 | 110 | 10001101 | 1000000 | 1100000 | 0 | 101101 | 100000100 | 1011100 | 11101 |
Color Harmonies of #33068D
Complementary color
Monochromatic Colors of #33068D
Black with #33068D
Text Example
Text Example
White with #33068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33068D; }
p { color: rgb(51,6,141); }
H1.HeaderClassName
{
color: #33068D;
}
.AnyTagClassName
{
color: #33068D;
}
</style>
background-color css
<style>
a { background-color: #33068D; }
a { background-color: rgb(51,6,141); }
div.DivClassName
{
background-color: #33068D;
}
.BgClassName
{
background-color: #33068D;
}
</style>
border-color css
<style>
span { border-color: #33068D; }
span { border-color: rgb(51,6,141); }
td.TdClassName
{
border-color: #33068D;
}
.TagClassName
{
border-color: #33068D;
}
</style>