Shades of Persian Indigo #2F1483
Tints of Persian Indigo #2F1483
RGB
CMYK
RGB Variations
Color information
#2F1483 (or 0x2F1483) is known color: Persian Indigo. HEX triplet: 2F, 14 and 83. RGB value is (47,20,131). Sum of RGB (Red+Green+Blue) = 47+20+131=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F1483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1483 is #D0EB7C. Grayscale: #282828. Windows color (decimal): -13691773 or 8590383. OLE color: 8590383.
HSL color Cylindrical-coordinate representation of color #2F1483: hue angle of 254.59º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1483 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 20 | 131 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.49 |
| HSL | 254.59º | 0.74% | 0.3% | - |
| HSV(B) | 254.59º | 0.85% | 0.51% | - |
| XYZ | 5.52 | 2.74 | 21.71 | - |
| YUV | 40.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 131 | 0.64 | 0.85 | 0 | 0.49 | 254.59 | 0.74 | 0.3 |
| Hex | 2F | 14 | 83 | 40 | 55 | 0 | 31 | FF | 4A | 1E |
| Octal | 57 | 24 | 203 | 100 | 125 | 0 | 61 | 377 | 112 | 36 |
| Binary | 101111 | 10100 | 10000011 | 1000000 | 1010101 | 0 | 110001 | 11111111 | 1001010 | 11110 |
Color Harmonies of #2F1483
Complementary color
Monochromatic Colors of #2F1483
Black with #2F1483
Text Example
Text Example
White with #2F1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1483; }
p { color: rgb(47,20,131); }
H1.HeaderClassName
{
color: #2F1483;
}
.AnyTagClassName
{
color: #2F1483;
}
</style>
background-color css
<style>
a { background-color: #2F1483; }
a { background-color: rgb(47,20,131); }
div.DivClassName
{
background-color: #2F1483;
}
.BgClassName
{
background-color: #2F1483;
}
</style>
border-color css
<style>
span { border-color: #2F1483; }
span { border-color: rgb(47,20,131); }
td.TdClassName
{
border-color: #2F1483;
}
.TagClassName
{
border-color: #2F1483;
}
</style>