Shades of Persian Indigo #2F0285
Tints of Persian Indigo #2F0285
RGB
CMYK
RGB Variations
Color information
#2F0285 (or 0x2F0285) is known color: Persian Indigo. HEX triplet: 2F, 02 and 85. RGB value is (47,2,133). Sum of RGB (Red+Green+Blue) = 47+2+133=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F0285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0285 is #D0FD7A. Grayscale: #1D1D1D. Windows color (decimal): -13696379 or 8716847. OLE color: 8716847.
HSL color Cylindrical-coordinate representation of color #2F0285: hue angle of 260.61º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0285 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 2 | 133 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.48 |
| HSL | 260.61º | 0.97% | 0.26% | - |
| HSV(B) | 260.61º | 0.98% | 0.52% | - |
| XYZ | 5.43 | 2.34 | 22.36 | - |
| YUV | 30.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 133 | 0.65 | 0.98 | 0 | 0.48 | 260.61 | 0.97 | 0.26 |
| Hex | 2F | 2 | 85 | 41 | 62 | 0 | 30 | 105 | 61 | 1A |
| Octal | 57 | 2 | 205 | 101 | 142 | 0 | 60 | 405 | 141 | 32 |
| Binary | 101111 | 10 | 10000101 | 1000001 | 1100010 | 0 | 110000 | 100000101 | 1100001 | 11010 |
Color Harmonies of #2F0285
Complementary color
Monochromatic Colors of #2F0285
Black with #2F0285
Text Example
Text Example
White with #2F0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0285; }
p { color: rgb(47,2,133); }
H1.HeaderClassName
{
color: #2F0285;
}
.AnyTagClassName
{
color: #2F0285;
}
</style>
background-color css
<style>
a { background-color: #2F0285; }
a { background-color: rgb(47,2,133); }
div.DivClassName
{
background-color: #2F0285;
}
.BgClassName
{
background-color: #2F0285;
}
</style>
border-color css
<style>
span { border-color: #2F0285; }
span { border-color: rgb(47,2,133); }
td.TdClassName
{
border-color: #2F0285;
}
.TagClassName
{
border-color: #2F0285;
}
</style>