Shades of Persian Indigo #330F83
Tints of Persian Indigo #330F83
RGB
CMYK
RGB Variations
Color information
#330F83 (or 0x330F83) is known color: Persian Indigo. HEX triplet: 33, 0F and 83. RGB value is (51,15,131). Sum of RGB (Red+Green+Blue) = 51+15+131=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #330F83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F83 is #CCF07C. Grayscale: #262626. Windows color (decimal): -13430909 or 8589107. OLE color: 8589107.
HSL color Cylindrical-coordinate representation of color #330F83: hue angle of 258.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330F83 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 15 | 131 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.49 |
| HSL | 258.62º | 0.79% | 0.29% | - |
| HSV(B) | 258.62º | 0.89% | 0.51% | - |
| XYZ | 5.63 | 2.68 | 21.69 | - |
| YUV | 38.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 131 | 0.61 | 0.89 | 0 | 0.49 | 258.62 | 0.79 | 0.29 |
| Hex | 33 | F | 83 | 3D | 59 | 0 | 31 | 103 | 4F | 1D |
| Octal | 63 | 17 | 203 | 75 | 131 | 0 | 61 | 403 | 117 | 35 |
| Binary | 110011 | 1111 | 10000011 | 111101 | 1011001 | 0 | 110001 | 100000011 | 1001111 | 11101 |
Color Harmonies of #330F83
Complementary color
Monochromatic Colors of #330F83
Black with #330F83
Text Example
Text Example
White with #330F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F83; }
p { color: rgb(51,15,131); }
H1.HeaderClassName
{
color: #330F83;
}
.AnyTagClassName
{
color: #330F83;
}
</style>
background-color css
<style>
a { background-color: #330F83; }
a { background-color: rgb(51,15,131); }
div.DivClassName
{
background-color: #330F83;
}
.BgClassName
{
background-color: #330F83;
}
</style>
border-color css
<style>
span { border-color: #330F83; }
span { border-color: rgb(51,15,131); }
td.TdClassName
{
border-color: #330F83;
}
.TagClassName
{
border-color: #330F83;
}
</style>