Shades of Persian Indigo #33067B
Tints of Persian Indigo #33067B
RGB
CMYK
RGB Variations
Color information
#33067B (or 0x33067B) is known color: Persian Indigo. HEX triplet: 33, 06 and 7B. RGB value is (51,6,123). Sum of RGB (Red+Green+Blue) = 51+6+123=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #33067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33067B is #CCF984. Grayscale: #202020. Windows color (decimal): -13433221 or 8062515. OLE color: 8062515.
HSL color Cylindrical-coordinate representation of color #33067B: hue angle of 263.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33067B is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 6 | 123 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.52 |
| HSL | 263.08º | 0.91% | 0.25% | - |
| HSV(B) | 263.08º | 0.95% | 0.48% | - |
| XYZ | 5.01 | 2.26 | 18.91 | - |
| YUV | 32.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 123 | 0.59 | 0.95 | 0 | 0.52 | 263.08 | 0.91 | 0.25 |
| Hex | 33 | 6 | 7B | 3B | 5F | 0 | 34 | 107 | 5B | 19 |
| Octal | 63 | 6 | 173 | 73 | 137 | 0 | 64 | 407 | 133 | 31 |
| Binary | 110011 | 110 | 1111011 | 111011 | 1011111 | 0 | 110100 | 100000111 | 1011011 | 11001 |
Color Harmonies of #33067B
Complementary color
Monochromatic Colors of #33067B
Black with #33067B
Text Example
Text Example
White with #33067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33067B; }
p { color: rgb(51,6,123); }
H1.HeaderClassName
{
color: #33067B;
}
.AnyTagClassName
{
color: #33067B;
}
</style>
background-color css
<style>
a { background-color: #33067B; }
a { background-color: rgb(51,6,123); }
div.DivClassName
{
background-color: #33067B;
}
.BgClassName
{
background-color: #33067B;
}
</style>
border-color css
<style>
span { border-color: #33067B; }
span { border-color: rgb(51,6,123); }
td.TdClassName
{
border-color: #33067B;
}
.TagClassName
{
border-color: #33067B;
}
</style>