Shades of Persian Indigo #2F0392
Tints of Persian Indigo #2F0392
RGB
CMYK
RGB Variations
Color information
#2F0392 (or 0x2F0392) is known color: Persian Indigo. HEX triplet: 2F, 03 and 92. RGB value is (47,3,146). Sum of RGB (Red+Green+Blue) = 47+3+146=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F0392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0392 is #D0FC6D. Grayscale: #1F1F1F. Windows color (decimal): -13696110 or 9569071. OLE color: 9569071.
HSL color Cylindrical-coordinate representation of color #2F0392: hue angle of 258.46º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0392 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 3 | 146 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.43 |
| HSL | 258.46º | 0.96% | 0.29% | - |
| HSV(B) | 258.46º | 0.98% | 0.57% | - |
| XYZ | 6.39 | 2.74 | 27.39 | - |
| YUV | 32.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 146 | 0.68 | 0.98 | 0 | 0.43 | 258.46 | 0.96 | 0.29 |
| Hex | 2F | 3 | 92 | 44 | 62 | 0 | 2B | 102 | 60 | 1D |
| Octal | 57 | 3 | 222 | 104 | 142 | 0 | 53 | 402 | 140 | 35 |
| Binary | 101111 | 11 | 10010010 | 1000100 | 1100010 | 0 | 101011 | 100000010 | 1100000 | 11101 |
Color Harmonies of #2F0392
Complementary color
Monochromatic Colors of #2F0392
Black with #2F0392
Text Example
Text Example
White with #2F0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0392; }
p { color: rgb(47,3,146); }
H1.HeaderClassName
{
color: #2F0392;
}
.AnyTagClassName
{
color: #2F0392;
}
</style>
background-color css
<style>
a { background-color: #2F0392; }
a { background-color: rgb(47,3,146); }
div.DivClassName
{
background-color: #2F0392;
}
.BgClassName
{
background-color: #2F0392;
}
</style>
border-color css
<style>
span { border-color: #2F0392; }
span { border-color: rgb(47,3,146); }
td.TdClassName
{
border-color: #2F0392;
}
.TagClassName
{
border-color: #2F0392;
}
</style>