Shades of Persian Indigo #2F2382
Tints of Persian Indigo #2F2382
RGB
CMYK
RGB Variations
Color information
#2F2382 (or 0x2F2382) is known color: Persian Indigo. HEX triplet: 2F, 23 and 82. RGB value is (47,35,130). Sum of RGB (Red+Green+Blue) = 47+35+130=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2382 is #D0DC7D. Grayscale: #313131. Windows color (decimal): -13687934 or 8528687. OLE color: 8528687.
HSL color Cylindrical-coordinate representation of color #2F2382: hue angle of 247.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2382 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 35 | 130 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.49 |
| HSL | 247.58º | 0.58% | 0.32% | - |
| HSV(B) | 247.58º | 0.73% | 0.51% | - |
| XYZ | 5.8 | 3.42 | 21.47 | - |
| YUV | 49.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 130 | 0.64 | 0.73 | 0 | 0.49 | 247.58 | 0.58 | 0.32 |
| Hex | 2F | 23 | 82 | 40 | 49 | 0 | 31 | F8 | 3A | 20 |
| Octal | 57 | 43 | 202 | 100 | 111 | 0 | 61 | 370 | 72 | 40 |
| Binary | 101111 | 100011 | 10000010 | 1000000 | 1001001 | 0 | 110001 | 11111000 | 111010 | 100000 |
Color Harmonies of #2F2382
Complementary color
Monochromatic Colors of #2F2382
Black with #2F2382
Text Example
Text Example
White with #2F2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2382; }
p { color: rgb(47,35,130); }
H1.HeaderClassName
{
color: #2F2382;
}
.AnyTagClassName
{
color: #2F2382;
}
</style>
background-color css
<style>
a { background-color: #2F2382; }
a { background-color: rgb(47,35,130); }
div.DivClassName
{
background-color: #2F2382;
}
.BgClassName
{
background-color: #2F2382;
}
</style>
border-color css
<style>
span { border-color: #2F2382; }
span { border-color: rgb(47,35,130); }
td.TdClassName
{
border-color: #2F2382;
}
.TagClassName
{
border-color: #2F2382;
}
</style>