Shades of Persian Indigo #2F2582
Tints of Persian Indigo #2F2582
RGB
CMYK
RGB Variations
Color information
#2F2582 (or 0x2F2582) is known color: Persian Indigo. HEX triplet: 2F, 25 and 82. RGB value is (47,37,130). Sum of RGB (Red+Green+Blue) = 47+37+130=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2582 is #D0DA7D. Grayscale: #323232. Windows color (decimal): -13687422 or 8529199. OLE color: 8529199.
HSL color Cylindrical-coordinate representation of color #2F2582: hue angle of 246.45º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2582 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 37 | 130 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.49 |
| HSL | 246.45º | 0.56% | 0.33% | - |
| HSV(B) | 246.45º | 0.72% | 0.51% | - |
| XYZ | 5.86 | 3.54 | 21.49 | - |
| YUV | 50.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 130 | 0.64 | 0.72 | 0 | 0.49 | 246.45 | 0.56 | 0.33 |
| Hex | 2F | 25 | 82 | 40 | 48 | 0 | 31 | F6 | 38 | 21 |
| Octal | 57 | 45 | 202 | 100 | 110 | 0 | 61 | 366 | 70 | 41 |
| Binary | 101111 | 100101 | 10000010 | 1000000 | 1001000 | 0 | 110001 | 11110110 | 111000 | 100001 |
Color Harmonies of #2F2582
Complementary color
Monochromatic Colors of #2F2582
Black with #2F2582
Text Example
Text Example
White with #2F2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2582; }
p { color: rgb(47,37,130); }
H1.HeaderClassName
{
color: #2F2582;
}
.AnyTagClassName
{
color: #2F2582;
}
</style>
background-color css
<style>
a { background-color: #2F2582; }
a { background-color: rgb(47,37,130); }
div.DivClassName
{
background-color: #2F2582;
}
.BgClassName
{
background-color: #2F2582;
}
</style>
border-color css
<style>
span { border-color: #2F2582; }
span { border-color: rgb(47,37,130); }
td.TdClassName
{
border-color: #2F2582;
}
.TagClassName
{
border-color: #2F2582;
}
</style>