Shades of Persian Indigo #2D187B
Tints of Persian Indigo #2D187B
RGB
CMYK
RGB Variations
Color information
#2D187B (or 0x2D187B) is known color: Persian Indigo. HEX triplet: 2D, 18 and 7B. RGB value is (45,24,123). Sum of RGB (Red+Green+Blue) = 45+24+123=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D187B is #D2E784. Grayscale: #292929. Windows color (decimal): -13821829 or 8067117. OLE color: 8067117.
HSL color Cylindrical-coordinate representation of color #2D187B: hue angle of 252.73º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D187B is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 24 | 123 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.52 |
| HSL | 252.73º | 0.67% | 0.29% | - |
| HSV(B) | 252.73º | 0.8% | 0.48% | - |
| XYZ | 4.98 | 2.64 | 18.99 | - |
| YUV | 41.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 123 | 0.63 | 0.80 | 0 | 0.52 | 252.73 | 0.67 | 0.29 |
| Hex | 2D | 18 | 7B | 3F | 50 | 0 | 34 | FD | 43 | 1D |
| Octal | 55 | 30 | 173 | 77 | 120 | 0 | 64 | 375 | 103 | 35 |
| Binary | 101101 | 11000 | 1111011 | 111111 | 1010000 | 0 | 110100 | 11111101 | 1000011 | 11101 |
Color Harmonies of #2D187B
Complementary color
Monochromatic Colors of #2D187B
Black with #2D187B
Text Example
Text Example
White with #2D187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D187B; }
p { color: rgb(45,24,123); }
H1.HeaderClassName
{
color: #2D187B;
}
.AnyTagClassName
{
color: #2D187B;
}
</style>
background-color css
<style>
a { background-color: #2D187B; }
a { background-color: rgb(45,24,123); }
div.DivClassName
{
background-color: #2D187B;
}
.BgClassName
{
background-color: #2D187B;
}
</style>
border-color css
<style>
span { border-color: #2D187B; }
span { border-color: rgb(45,24,123); }
td.TdClassName
{
border-color: #2D187B;
}
.TagClassName
{
border-color: #2D187B;
}
</style>