Shades of Persian Blue #2D1EBF
Tints of Persian Blue #2D1EBF
RGB
CMYK
RGB Variations
Color information
#2D1EBF (or 0x2D1EBF) is known color: Persian Blue. HEX triplet: 2D, 1E and BF. RGB value is (45,30,191). Sum of RGB (Red+Green+Blue) = 45+30+191=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D1EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EBF is #D2E140. Grayscale: #343434. Windows color (decimal): -13820225 or 12525101. OLE color: 12525101.
HSL color Cylindrical-coordinate representation of color #2D1EBF: hue angle of 245.59º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1EBF is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 30 | 191 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.25 |
| HSL | 245.59º | 0.73% | 0.43% | - |
| HSV(B) | 245.59º | 0.84% | 0.75% | - |
| XYZ | 10.95 | 5.25 | 49.73 | - |
| YUV | 52.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 191 | 0.76 | 0.84 | 0 | 0.25 | 245.59 | 0.73 | 0.43 |
| Hex | 2D | 1E | BF | 4C | 54 | 0 | 19 | F6 | 49 | 2B |
| Octal | 55 | 36 | 277 | 114 | 124 | 0 | 31 | 366 | 111 | 53 |
| Binary | 101101 | 11110 | 10111111 | 1001100 | 1010100 | 0 | 11001 | 11110110 | 1001001 | 101011 |
Color Harmonies of #2D1EBF
Complementary color
Monochromatic Colors of #2D1EBF
Black with #2D1EBF
Text Example
Text Example
White with #2D1EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EBF; }
p { color: rgb(45,30,191); }
H1.HeaderClassName
{
color: #2D1EBF;
}
.AnyTagClassName
{
color: #2D1EBF;
}
</style>
background-color css
<style>
a { background-color: #2D1EBF; }
a { background-color: rgb(45,30,191); }
div.DivClassName
{
background-color: #2D1EBF;
}
.BgClassName
{
background-color: #2D1EBF;
}
</style>
border-color css
<style>
span { border-color: #2D1EBF; }
span { border-color: rgb(45,30,191); }
td.TdClassName
{
border-color: #2D1EBF;
}
.TagClassName
{
border-color: #2D1EBF;
}
</style>