Shades of Persian Blue #2D1EBD
Tints of Persian Blue #2D1EBD
RGB
CMYK
RGB Variations
Color information
#2D1EBD (or 0x2D1EBD) is known color: Persian Blue. HEX triplet: 2D, 1E and BD. RGB value is (45,30,189). Sum of RGB (Red+Green+Blue) = 45+30+189=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D1EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EBD is #D2E142. Grayscale: #333333. Windows color (decimal): -13820227 or 12394029. OLE color: 12394029.
HSL color Cylindrical-coordinate representation of color #2D1EBD: hue angle of 245.66º degrees, saturation: 0.73, 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 #2D1EBD is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 30 | 189 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.26 |
| HSL | 245.66º | 0.73% | 0.43% | - |
| HSV(B) | 245.66º | 0.84% | 0.74% | - |
| XYZ | 10.73 | 5.16 | 48.57 | - |
| YUV | 52.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 189 | 0.76 | 0.84 | 0 | 0.26 | 245.66 | 0.73 | 0.43 |
| Hex | 2D | 1E | BD | 4C | 54 | 0 | 1A | F6 | 49 | 2B |
| Octal | 55 | 36 | 275 | 114 | 124 | 0 | 32 | 366 | 111 | 53 |
| Binary | 101101 | 11110 | 10111101 | 1001100 | 1010100 | 0 | 11010 | 11110110 | 1001001 | 101011 |
Color Harmonies of #2D1EBD
Complementary color
Monochromatic Colors of #2D1EBD
Black with #2D1EBD
Text Example
Text Example
White with #2D1EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EBD; }
p { color: rgb(45,30,189); }
H1.HeaderClassName
{
color: #2D1EBD;
}
.AnyTagClassName
{
color: #2D1EBD;
}
</style>
background-color css
<style>
a { background-color: #2D1EBD; }
a { background-color: rgb(45,30,189); }
div.DivClassName
{
background-color: #2D1EBD;
}
.BgClassName
{
background-color: #2D1EBD;
}
</style>
border-color css
<style>
span { border-color: #2D1EBD; }
span { border-color: rgb(45,30,189); }
td.TdClassName
{
border-color: #2D1EBD;
}
.TagClassName
{
border-color: #2D1EBD;
}
</style>