Shades of Persian Indigo #2D108B
Tints of Persian Indigo #2D108B
RGB
CMYK
RGB Variations
Color information
#2D108B (or 0x2D108B) is known color: Persian Indigo. HEX triplet: 2D, 10 and 8B. RGB value is (45,16,139). Sum of RGB (Red+Green+Blue) = 45+16+139=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D108B is #D2EF74. Grayscale: #262626. Windows color (decimal): -13823861 or 9113645. OLE color: 9113645.
HSL color Cylindrical-coordinate representation of color #2D108B: hue angle of 254.15º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D108B is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 16 | 139 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.45 |
| HSL | 254.15º | 0.79% | 0.3% | - |
| HSV(B) | 254.15º | 0.88% | 0.55% | - |
| XYZ | 5.93 | 2.79 | 24.65 | - |
| YUV | 38.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 139 | 0.68 | 0.88 | 0 | 0.45 | 254.15 | 0.79 | 0.3 |
| Hex | 2D | 10 | 8B | 44 | 58 | 0 | 2D | FE | 4F | 1E |
| Octal | 55 | 20 | 213 | 104 | 130 | 0 | 55 | 376 | 117 | 36 |
| Binary | 101101 | 10000 | 10001011 | 1000100 | 1011000 | 0 | 101101 | 11111110 | 1001111 | 11110 |
Color Harmonies of #2D108B
Complementary color
Monochromatic Colors of #2D108B
Black with #2D108B
Text Example
Text Example
White with #2D108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D108B; }
p { color: rgb(45,16,139); }
H1.HeaderClassName
{
color: #2D108B;
}
.AnyTagClassName
{
color: #2D108B;
}
</style>
background-color css
<style>
a { background-color: #2D108B; }
a { background-color: rgb(45,16,139); }
div.DivClassName
{
background-color: #2D108B;
}
.BgClassName
{
background-color: #2D108B;
}
</style>
border-color css
<style>
span { border-color: #2D108B; }
span { border-color: rgb(45,16,139); }
td.TdClassName
{
border-color: #2D108B;
}
.TagClassName
{
border-color: #2D108B;
}
</style>