Shades of Persian Indigo #33069B
Tints of Persian Indigo #33069B
RGB
CMYK
RGB Variations
Color information
#33069B (or 0x33069B) is known color: Persian Indigo. HEX triplet: 33, 06 and 9B. RGB value is (51,6,155). Sum of RGB (Red+Green+Blue) = 51+6+155=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #33069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33069B is #CCF964. Grayscale: #232323. Windows color (decimal): -13433189 or 10159667. OLE color: 10159667.
HSL color Cylindrical-coordinate representation of color #33069B: hue angle of 258.12º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33069B is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 6 | 155 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.39 |
| HSL | 258.12º | 0.93% | 0.32% | - |
| HSV(B) | 258.12º | 0.96% | 0.61% | - |
| XYZ | 7.35 | 3.2 | 31.24 | - |
| YUV | 36.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 155 | 0.67 | 0.96 | 0 | 0.39 | 258.12 | 0.93 | 0.32 |
| Hex | 33 | 6 | 9B | 43 | 60 | 0 | 27 | 102 | 5D | 20 |
| Octal | 63 | 6 | 233 | 103 | 140 | 0 | 47 | 402 | 135 | 40 |
| Binary | 110011 | 110 | 10011011 | 1000011 | 1100000 | 0 | 100111 | 100000010 | 1011101 | 100000 |
Color Harmonies of #33069B
Complementary color
Monochromatic Colors of #33069B
Black with #33069B
Text Example
Text Example
White with #33069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33069B; }
p { color: rgb(51,6,155); }
H1.HeaderClassName
{
color: #33069B;
}
.AnyTagClassName
{
color: #33069B;
}
</style>
background-color css
<style>
a { background-color: #33069B; }
a { background-color: rgb(51,6,155); }
div.DivClassName
{
background-color: #33069B;
}
.BgClassName
{
background-color: #33069B;
}
</style>
border-color css
<style>
span { border-color: #33069B; }
span { border-color: rgb(51,6,155); }
td.TdClassName
{
border-color: #33069B;
}
.TagClassName
{
border-color: #33069B;
}
</style>