Shades of Persian Blue #2D1BD5
Tints of Persian Blue #2D1BD5
RGB
CMYK
RGB Variations
Color information
#2D1BD5 (or 0x2D1BD5) is known color: Persian Blue. HEX triplet: 2D, 1B and D5. RGB value is (45,27,213). Sum of RGB (Red+Green+Blue) = 45+27+213=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 213 (83.59% from 255 or 74.74% from 285); Max value from RGB is 213 - color contains mainly: blue. Hex color #2D1BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BD5 is #D2E42A. Grayscale: #343434. Windows color (decimal): -13820971 or 13966125. OLE color: 13966125.
HSL color Cylindrical-coordinate representation of color #2D1BD5: hue angle of 245.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1BD5 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 27 | 213 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.16 |
| HSL | 245.81º | 0.78% | 0.47% | - |
| HSV(B) | 245.81º | 0.87% | 0.84% | - |
| XYZ | 13.48 | 6.15 | 63.43 | - |
| YUV | 53.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 213 | 0.79 | 0.87 | 0 | 0.16 | 245.81 | 0.78 | 0.47 |
| Hex | 2D | 1B | D5 | 4F | 57 | 0 | 10 | F6 | 4E | 2F |
| Octal | 55 | 33 | 325 | 117 | 127 | 0 | 20 | 366 | 116 | 57 |
| Binary | 101101 | 11011 | 11010101 | 1001111 | 1010111 | 0 | 10000 | 11110110 | 1001110 | 101111 |
Color Harmonies of #2D1BD5
Complementary color
Monochromatic Colors of #2D1BD5
Black with #2D1BD5
Text Example
Text Example
White with #2D1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BD5; }
p { color: rgb(45,27,213); }
H1.HeaderClassName
{
color: #2D1BD5;
}
.AnyTagClassName
{
color: #2D1BD5;
}
</style>
background-color css
<style>
a { background-color: #2D1BD5; }
a { background-color: rgb(45,27,213); }
div.DivClassName
{
background-color: #2D1BD5;
}
.BgClassName
{
background-color: #2D1BD5;
}
</style>
border-color css
<style>
span { border-color: #2D1BD5; }
span { border-color: rgb(45,27,213); }
td.TdClassName
{
border-color: #2D1BD5;
}
.TagClassName
{
border-color: #2D1BD5;
}
</style>