Shades of Persian Indigo #2D057B
Tints of Persian Indigo #2D057B
RGB
CMYK
RGB Variations
Color information
#2D057B (or 0x2D057B) is known color: Persian Indigo. HEX triplet: 2D, 05 and 7B. RGB value is (45,5,123). Sum of RGB (Red+Green+Blue) = 45+5+123=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D057B is #D2FA84. Grayscale: #1D1D1D. Windows color (decimal): -13826693 or 8062253. OLE color: 8062253.
HSL color Cylindrical-coordinate representation of color #2D057B: hue angle of 260.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D057B is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 5 | 123 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.52 |
| HSL | 260.34º | 0.92% | 0.25% | - |
| HSV(B) | 260.34º | 0.96% | 0.48% | - |
| XYZ | 4.71 | 2.1 | 18.9 | - |
| YUV | 30.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 123 | 0.63 | 0.96 | 0 | 0.52 | 260.34 | 0.92 | 0.25 |
| Hex | 2D | 5 | 7B | 3F | 60 | 0 | 34 | 104 | 5C | 19 |
| Octal | 55 | 5 | 173 | 77 | 140 | 0 | 64 | 404 | 134 | 31 |
| Binary | 101101 | 101 | 1111011 | 111111 | 1100000 | 0 | 110100 | 100000100 | 1011100 | 11001 |
Color Harmonies of #2D057B
Complementary color
Monochromatic Colors of #2D057B
Black with #2D057B
Text Example
Text Example
White with #2D057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D057B; }
p { color: rgb(45,5,123); }
H1.HeaderClassName
{
color: #2D057B;
}
.AnyTagClassName
{
color: #2D057B;
}
</style>
background-color css
<style>
a { background-color: #2D057B; }
a { background-color: rgb(45,5,123); }
div.DivClassName
{
background-color: #2D057B;
}
.BgClassName
{
background-color: #2D057B;
}
</style>
border-color css
<style>
span { border-color: #2D057B; }
span { border-color: rgb(45,5,123); }
td.TdClassName
{
border-color: #2D057B;
}
.TagClassName
{
border-color: #2D057B;
}
</style>