Shades of Persian Indigo #2F0693
Tints of Persian Indigo #2F0693
RGB
CMYK
RGB Variations
Color information
#2F0693 (or 0x2F0693) is known color: Persian Indigo. HEX triplet: 2F, 06 and 93. RGB value is (47,6,147). Sum of RGB (Red+Green+Blue) = 47+6+147=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F0693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0693 is #D0F96C. Grayscale: #212121. Windows color (decimal): -13695341 or 9635375. OLE color: 9635375.
HSL color Cylindrical-coordinate representation of color #2F0693: hue angle of 257.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0693 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 6 | 147 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.42 |
| HSL | 257.45º | 0.92% | 0.3% | - |
| HSV(B) | 257.45º | 0.96% | 0.58% | - |
| XYZ | 6.5 | 2.84 | 27.81 | - |
| YUV | 34.33 | 191.58 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 147 | 0.68 | 0.96 | 0 | 0.42 | 257.45 | 0.92 | 0.3 |
| Hex | 2F | 6 | 93 | 44 | 60 | 0 | 2A | 101 | 5C | 1E |
| Octal | 57 | 6 | 223 | 104 | 140 | 0 | 52 | 401 | 134 | 36 |
| Binary | 101111 | 110 | 10010011 | 1000100 | 1100000 | 0 | 101010 | 100000001 | 1011100 | 11110 |
Color Harmonies of #2F0693
Complementary color
Monochromatic Colors of #2F0693
Black with #2F0693
Text Example
Text Example
White with #2F0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0693; }
p { color: rgb(47,6,147); }
H1.HeaderClassName
{
color: #2F0693;
}
.AnyTagClassName
{
color: #2F0693;
}
</style>
background-color css
<style>
a { background-color: #2F0693; }
a { background-color: rgb(47,6,147); }
div.DivClassName
{
background-color: #2F0693;
}
.BgClassName
{
background-color: #2F0693;
}
</style>
border-color css
<style>
span { border-color: #2F0693; }
span { border-color: rgb(47,6,147); }
td.TdClassName
{
border-color: #2F0693;
}
.TagClassName
{
border-color: #2F0693;
}
</style>