Shades of Persian Indigo #330D83
Tints of Persian Indigo #330D83
RGB
CMYK
RGB Variations
Color information
#330D83 (or 0x330D83) is known color: Persian Indigo. HEX triplet: 33, 0D and 83. RGB value is (51,13,131). Sum of RGB (Red+Green+Blue) = 51+13+131=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #330D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D83 is #CCF27C. Grayscale: #252525. Windows color (decimal): -13431421 or 8588595. OLE color: 8588595.
HSL color Cylindrical-coordinate representation of color #330D83: hue angle of 259.32º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330D83 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 13 | 131 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.49 |
| HSL | 259.32º | 0.82% | 0.28% | - |
| HSV(B) | 259.32º | 0.9% | 0.51% | - |
| XYZ | 5.61 | 2.63 | 21.68 | - |
| YUV | 37.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 131 | 0.61 | 0.90 | 0 | 0.49 | 259.32 | 0.82 | 0.28 |
| Hex | 33 | D | 83 | 3D | 5A | 0 | 31 | 103 | 52 | 1C |
| Octal | 63 | 15 | 203 | 75 | 132 | 0 | 61 | 403 | 122 | 34 |
| Binary | 110011 | 1101 | 10000011 | 111101 | 1011010 | 0 | 110001 | 100000011 | 1010010 | 11100 |
Color Harmonies of #330D83
Complementary color
Monochromatic Colors of #330D83
Black with #330D83
Text Example
Text Example
White with #330D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D83; }
p { color: rgb(51,13,131); }
H1.HeaderClassName
{
color: #330D83;
}
.AnyTagClassName
{
color: #330D83;
}
</style>
background-color css
<style>
a { background-color: #330D83; }
a { background-color: rgb(51,13,131); }
div.DivClassName
{
background-color: #330D83;
}
.BgClassName
{
background-color: #330D83;
}
</style>
border-color css
<style>
span { border-color: #330D83; }
span { border-color: rgb(51,13,131); }
td.TdClassName
{
border-color: #330D83;
}
.TagClassName
{
border-color: #330D83;
}
</style>