Shades of Persian Indigo #330A8C
Tints of Persian Indigo #330A8C
RGB
CMYK
RGB Variations
Color information
#330A8C (or 0x330A8C) is known color: Persian Indigo. HEX triplet: 33, 0A and 8C. RGB value is (51,10,140). Sum of RGB (Red+Green+Blue) = 51+10+140=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #330A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A8C is #CCF573. Grayscale: #242424. Windows color (decimal): -13432180 or 9177651. OLE color: 9177651.
HSL color Cylindrical-coordinate representation of color #330A8C: hue angle of 258.92º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330A8C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 10 | 140 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.45 |
| HSL | 258.92º | 0.87% | 0.29% | - |
| HSV(B) | 258.92º | 0.93% | 0.55% | - |
| XYZ | 6.21 | 2.81 | 25.03 | - |
| YUV | 37.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 140 | 0.64 | 0.93 | 0 | 0.45 | 258.92 | 0.87 | 0.29 |
| Hex | 33 | A | 8C | 40 | 5D | 0 | 2D | 103 | 57 | 1D |
| Octal | 63 | 12 | 214 | 100 | 135 | 0 | 55 | 403 | 127 | 35 |
| Binary | 110011 | 1010 | 10001100 | 1000000 | 1011101 | 0 | 101101 | 100000011 | 1010111 | 11101 |
Color Harmonies of #330A8C
Complementary color
Monochromatic Colors of #330A8C
Black with #330A8C
Text Example
Text Example
White with #330A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A8C; }
p { color: rgb(51,10,140); }
H1.HeaderClassName
{
color: #330A8C;
}
.AnyTagClassName
{
color: #330A8C;
}
</style>
background-color css
<style>
a { background-color: #330A8C; }
a { background-color: rgb(51,10,140); }
div.DivClassName
{
background-color: #330A8C;
}
.BgClassName
{
background-color: #330A8C;
}
</style>
border-color css
<style>
span { border-color: #330A8C; }
span { border-color: rgb(51,10,140); }
td.TdClassName
{
border-color: #330A8C;
}
.TagClassName
{
border-color: #330A8C;
}
</style>