Shades of Persian Blue #2D25C3
Tints of Persian Blue #2D25C3
RGB
CMYK
RGB Variations
Color information
#2D25C3 (or 0x2D25C3) is known color: Persian Blue. HEX triplet: 2D, 25 and C3. RGB value is (45,37,195). Sum of RGB (Red+Green+Blue) = 45+37+195=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #2D25C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25C3 is #D2DA3C. Grayscale: #383838. Windows color (decimal): -13818429 or 12789037. OLE color: 12789037.
HSL color Cylindrical-coordinate representation of color #2D25C3: hue angle of 243.04º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D25C3 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 37 | 195 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.24 |
| HSL | 243.04º | 0.68% | 0.45% | - |
| HSV(B) | 243.04º | 0.81% | 0.76% | - |
| XYZ | 11.59 | 5.82 | 52.14 | - |
| YUV | 57.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 195 | 0.77 | 0.81 | 0 | 0.24 | 243.04 | 0.68 | 0.45 |
| Hex | 2D | 25 | C3 | 4D | 51 | 0 | 18 | F3 | 44 | 2D |
| Octal | 55 | 45 | 303 | 115 | 121 | 0 | 30 | 363 | 104 | 55 |
| Binary | 101101 | 100101 | 11000011 | 1001101 | 1010001 | 0 | 11000 | 11110011 | 1000100 | 101101 |
Color Harmonies of #2D25C3
Complementary color
Monochromatic Colors of #2D25C3
Black with #2D25C3
Text Example
Text Example
White with #2D25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25C3; }
p { color: rgb(45,37,195); }
H1.HeaderClassName
{
color: #2D25C3;
}
.AnyTagClassName
{
color: #2D25C3;
}
</style>
background-color css
<style>
a { background-color: #2D25C3; }
a { background-color: rgb(45,37,195); }
div.DivClassName
{
background-color: #2D25C3;
}
.BgClassName
{
background-color: #2D25C3;
}
</style>
border-color css
<style>
span { border-color: #2D25C3; }
span { border-color: rgb(45,37,195); }
td.TdClassName
{
border-color: #2D25C3;
}
.TagClassName
{
border-color: #2D25C3;
}
</style>