Shades of Persian Indigo #2D087F
Tints of Persian Indigo #2D087F
RGB
CMYK
RGB Variations
Color information
#2D087F (or 0x2D087F) is known color: Persian Indigo. HEX triplet: 2D, 08 and 7F. RGB value is (45,8,127). Sum of RGB (Red+Green+Blue) = 45+8+127=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D087F is #D2F780. Grayscale: #202020. Windows color (decimal): -13825921 or 8325165. OLE color: 8325165.
HSL color Cylindrical-coordinate representation of color #2D087F: hue angle of 258.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D087F is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 8 | 127 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.50 |
| HSL | 258.66º | 0.88% | 0.26% | - |
| HSV(B) | 258.66º | 0.94% | 0.5% | - |
| XYZ | 5 | 2.26 | 20.25 | - |
| YUV | 32.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 127 | 0.65 | 0.94 | 0 | 0.50 | 258.66 | 0.88 | 0.26 |
| Hex | 2D | 8 | 7F | 41 | 5E | 0 | 32 | 103 | 58 | 1A |
| Octal | 55 | 10 | 177 | 101 | 136 | 0 | 62 | 403 | 130 | 32 |
| Binary | 101101 | 1000 | 1111111 | 1000001 | 1011110 | 0 | 110010 | 100000011 | 1011000 | 11010 |
Color Harmonies of #2D087F
Complementary color
Monochromatic Colors of #2D087F
Black with #2D087F
Text Example
Text Example
White with #2D087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D087F; }
p { color: rgb(45,8,127); }
H1.HeaderClassName
{
color: #2D087F;
}
.AnyTagClassName
{
color: #2D087F;
}
</style>
background-color css
<style>
a { background-color: #2D087F; }
a { background-color: rgb(45,8,127); }
div.DivClassName
{
background-color: #2D087F;
}
.BgClassName
{
background-color: #2D087F;
}
</style>
border-color css
<style>
span { border-color: #2D087F; }
span { border-color: rgb(45,8,127); }
td.TdClassName
{
border-color: #2D087F;
}
.TagClassName
{
border-color: #2D087F;
}
</style>