Shades of Persian Blue #2D25BF
Tints of Persian Blue #2D25BF
RGB
CMYK
RGB Variations
Color information
#2D25BF (or 0x2D25BF) is known color: Persian Blue. HEX triplet: 2D, 25 and BF. RGB value is (45,37,191). Sum of RGB (Red+Green+Blue) = 45+37+191=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D25BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25BF is #D2DA40. Grayscale: #383838. Windows color (decimal): -13818433 or 12526893. OLE color: 12526893.
HSL color Cylindrical-coordinate representation of color #2D25BF: hue angle of 243.12º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D25BF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 37 | 191 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.25 |
| HSL | 243.12º | 0.68% | 0.45% | - |
| HSV(B) | 243.12º | 0.81% | 0.75% | - |
| XYZ | 11.15 | 5.64 | 49.79 | - |
| YUV | 56.95 | 203.65 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 191 | 0.76 | 0.81 | 0 | 0.25 | 243.12 | 0.68 | 0.45 |
| Hex | 2D | 25 | BF | 4C | 51 | 0 | 19 | F3 | 44 | 2D |
| Octal | 55 | 45 | 277 | 114 | 121 | 0 | 31 | 363 | 104 | 55 |
| Binary | 101101 | 100101 | 10111111 | 1001100 | 1010001 | 0 | 11001 | 11110011 | 1000100 | 101101 |
Color Harmonies of #2D25BF
Complementary color
Monochromatic Colors of #2D25BF
Black with #2D25BF
Text Example
Text Example
White with #2D25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25BF; }
p { color: rgb(45,37,191); }
H1.HeaderClassName
{
color: #2D25BF;
}
.AnyTagClassName
{
color: #2D25BF;
}
</style>
background-color css
<style>
a { background-color: #2D25BF; }
a { background-color: rgb(45,37,191); }
div.DivClassName
{
background-color: #2D25BF;
}
.BgClassName
{
background-color: #2D25BF;
}
</style>
border-color css
<style>
span { border-color: #2D25BF; }
span { border-color: rgb(45,37,191); }
td.TdClassName
{
border-color: #2D25BF;
}
.TagClassName
{
border-color: #2D25BF;
}
</style>