Shades of Persian Indigo #330D8E
Tints of Persian Indigo #330D8E
RGB
CMYK
RGB Variations
Color information
#330D8E (or 0x330D8E) is known color: Persian Indigo. HEX triplet: 33, 0D and 8E. RGB value is (51,13,142). Sum of RGB (Red+Green+Blue) = 51+13+142=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #330D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D8E is #CCF271. Grayscale: #262626. Windows color (decimal): -13431410 or 9309491. OLE color: 9309491.
HSL color Cylindrical-coordinate representation of color #330D8E: hue angle of 257.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330D8E is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 13 | 142 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.44 |
| HSL | 257.67º | 0.83% | 0.3% | - |
| HSV(B) | 257.67º | 0.91% | 0.56% | - |
| XYZ | 6.39 | 2.94 | 25.82 | - |
| YUV | 39.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 142 | 0.64 | 0.91 | 0 | 0.44 | 257.67 | 0.83 | 0.3 |
| Hex | 33 | D | 8E | 40 | 5B | 0 | 2C | 102 | 53 | 1E |
| Octal | 63 | 15 | 216 | 100 | 133 | 0 | 54 | 402 | 123 | 36 |
| Binary | 110011 | 1101 | 10001110 | 1000000 | 1011011 | 0 | 101100 | 100000010 | 1010011 | 11110 |
Color Harmonies of #330D8E
Complementary color
Monochromatic Colors of #330D8E
Black with #330D8E
Text Example
Text Example
White with #330D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D8E; }
p { color: rgb(51,13,142); }
H1.HeaderClassName
{
color: #330D8E;
}
.AnyTagClassName
{
color: #330D8E;
}
</style>
background-color css
<style>
a { background-color: #330D8E; }
a { background-color: rgb(51,13,142); }
div.DivClassName
{
background-color: #330D8E;
}
.BgClassName
{
background-color: #330D8E;
}
</style>
border-color css
<style>
span { border-color: #330D8E; }
span { border-color: rgb(51,13,142); }
td.TdClassName
{
border-color: #330D8E;
}
.TagClassName
{
border-color: #330D8E;
}
</style>