Shades of Persian Blue #2D25CD
Tints of Persian Blue #2D25CD
RGB
CMYK
RGB Variations
Color information
#2D25CD (or 0x2D25CD) is known color: Persian Blue. HEX triplet: 2D, 25 and CD. RGB value is (45,37,205). Sum of RGB (Red+Green+Blue) = 45+37+205=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D25CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25CD is #D2DA32. Grayscale: #393939. Windows color (decimal): -13818419 or 13444397. OLE color: 13444397.
HSL color Cylindrical-coordinate representation of color #2D25CD: hue angle of 242.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D25CD is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 37 | 205 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.20 |
| HSL | 242.86º | 0.69% | 0.47% | - |
| HSV(B) | 242.86º | 0.82% | 0.8% | - |
| XYZ | 12.76 | 6.29 | 58.3 | - |
| YUV | 58.54 | 210.65 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 205 | 0.78 | 0.82 | 0 | 0.20 | 242.86 | 0.69 | 0.47 |
| Hex | 2D | 25 | CD | 4E | 52 | 0 | 14 | F3 | 45 | 2F |
| Octal | 55 | 45 | 315 | 116 | 122 | 0 | 24 | 363 | 105 | 57 |
| Binary | 101101 | 100101 | 11001101 | 1001110 | 1010010 | 0 | 10100 | 11110011 | 1000101 | 101111 |
Color Harmonies of #2D25CD
Complementary color
Monochromatic Colors of #2D25CD
Black with #2D25CD
Text Example
Text Example
White with #2D25CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25CD; }
p { color: rgb(45,37,205); }
H1.HeaderClassName
{
color: #2D25CD;
}
.AnyTagClassName
{
color: #2D25CD;
}
</style>
background-color css
<style>
a { background-color: #2D25CD; }
a { background-color: rgb(45,37,205); }
div.DivClassName
{
background-color: #2D25CD;
}
.BgClassName
{
background-color: #2D25CD;
}
</style>
border-color css
<style>
span { border-color: #2D25CD; }
span { border-color: rgb(45,37,205); }
td.TdClassName
{
border-color: #2D25CD;
}
.TagClassName
{
border-color: #2D25CD;
}
</style>