Shades of Persian Blue #2825CF
Tints of Persian Blue #2825CF
RGB
CMYK
RGB Variations
Color information
#2825CF (or 0x2825CF) is known color: Persian Blue. HEX triplet: 28, 25 and CF. RGB value is (40,37,207). Sum of RGB (Red+Green+Blue) = 40+37+207=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #2825CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825CF is #D7DA30. Grayscale: #383838. Windows color (decimal): -14146097 or 13575464. OLE color: 13575464.
HSL color Cylindrical-coordinate representation of color #2825CF: hue angle of 241.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2825CF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 37 | 207 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.19 |
| HSL | 241.06º | 0.7% | 0.48% | - |
| HSV(B) | 241.06º | 0.82% | 0.81% | - |
| XYZ | 12.8 | 6.28 | 59.57 | - |
| YUV | 57.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 207 | 0.81 | 0.82 | 0 | 0.19 | 241.06 | 0.7 | 0.48 |
| Hex | 28 | 25 | CF | 51 | 52 | 0 | 13 | F1 | 46 | 30 |
| Octal | 50 | 45 | 317 | 121 | 122 | 0 | 23 | 361 | 106 | 60 |
| Binary | 101000 | 100101 | 11001111 | 1010001 | 1010010 | 0 | 10011 | 11110001 | 1000110 | 110000 |
Color Harmonies of #2825CF
Complementary color
Monochromatic Colors of #2825CF
Black with #2825CF
Text Example
Text Example
White with #2825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825CF; }
p { color: rgb(40,37,207); }
H1.HeaderClassName
{
color: #2825CF;
}
.AnyTagClassName
{
color: #2825CF;
}
</style>
background-color css
<style>
a { background-color: #2825CF; }
a { background-color: rgb(40,37,207); }
div.DivClassName
{
background-color: #2825CF;
}
.BgClassName
{
background-color: #2825CF;
}
</style>
border-color css
<style>
span { border-color: #2825CF; }
span { border-color: rgb(40,37,207); }
td.TdClassName
{
border-color: #2825CF;
}
.TagClassName
{
border-color: #2825CF;
}
</style>