Shades of Persian Blue #2D1EBC
Tints of Persian Blue #2D1EBC
RGB
CMYK
RGB Variations
Color information
#2D1EBC (or 0x2D1EBC) is known color: Persian Blue. HEX triplet: 2D, 1E and BC. RGB value is (45,30,188). Sum of RGB (Red+Green+Blue) = 45+30+188=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D1EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EBC is #D2E143. Grayscale: #333333. Windows color (decimal): -13820228 or 12328493. OLE color: 12328493.
HSL color Cylindrical-coordinate representation of color #2D1EBC: hue angle of 245.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1EBC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 30 | 188 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.26 |
| HSL | 245.7º | 0.72% | 0.43% | - |
| HSV(B) | 245.7º | 0.84% | 0.74% | - |
| XYZ | 10.62 | 5.12 | 48 | - |
| YUV | 52.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 188 | 0.76 | 0.84 | 0 | 0.26 | 245.7 | 0.72 | 0.43 |
| Hex | 2D | 1E | BC | 4C | 54 | 0 | 1A | F6 | 48 | 2B |
| Octal | 55 | 36 | 274 | 114 | 124 | 0 | 32 | 366 | 110 | 53 |
| Binary | 101101 | 11110 | 10111100 | 1001100 | 1010100 | 0 | 11010 | 11110110 | 1001000 | 101011 |
Color Harmonies of #2D1EBC
Complementary color
Monochromatic Colors of #2D1EBC
Black with #2D1EBC
Text Example
Text Example
White with #2D1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EBC; }
p { color: rgb(45,30,188); }
H1.HeaderClassName
{
color: #2D1EBC;
}
.AnyTagClassName
{
color: #2D1EBC;
}
</style>
background-color css
<style>
a { background-color: #2D1EBC; }
a { background-color: rgb(45,30,188); }
div.DivClassName
{
background-color: #2D1EBC;
}
.BgClassName
{
background-color: #2D1EBC;
}
</style>
border-color css
<style>
span { border-color: #2D1EBC; }
span { border-color: rgb(45,30,188); }
td.TdClassName
{
border-color: #2D1EBC;
}
.TagClassName
{
border-color: #2D1EBC;
}
</style>