Shades of Persian Blue #2825B4
Tints of Persian Blue #2825B4
RGB
CMYK
RGB Variations
Color information
#2825B4 (or 0x2825B4) is known color: Persian Blue. HEX triplet: 28, 25 and B4. RGB value is (40,37,180). Sum of RGB (Red+Green+Blue) = 40+37+180=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #2825B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825B4 is #D7DA4B. Grayscale: #353535. Windows color (decimal): -14146124 or 11805992. OLE color: 11805992.
HSL color Cylindrical-coordinate representation of color #2825B4: hue angle of 241.26º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2825B4 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 37 | 180 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.29 |
| HSL | 241.26º | 0.66% | 0.43% | - |
| HSV(B) | 241.26º | 0.79% | 0.71% | - |
| XYZ | 9.77 | 5.07 | 43.64 | - |
| YUV | 54.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 180 | 0.78 | 0.79 | 0 | 0.29 | 241.26 | 0.66 | 0.43 |
| Hex | 28 | 25 | B4 | 4E | 4F | 0 | 1D | F1 | 42 | 2B |
| Octal | 50 | 45 | 264 | 116 | 117 | 0 | 35 | 361 | 102 | 53 |
| Binary | 101000 | 100101 | 10110100 | 1001110 | 1001111 | 0 | 11101 | 11110001 | 1000010 | 101011 |
Color Harmonies of #2825B4
Complementary color
Monochromatic Colors of #2825B4
Black with #2825B4
Text Example
Text Example
White with #2825B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825B4; }
p { color: rgb(40,37,180); }
H1.HeaderClassName
{
color: #2825B4;
}
.AnyTagClassName
{
color: #2825B4;
}
</style>
background-color css
<style>
a { background-color: #2825B4; }
a { background-color: rgb(40,37,180); }
div.DivClassName
{
background-color: #2825B4;
}
.BgClassName
{
background-color: #2825B4;
}
</style>
border-color css
<style>
span { border-color: #2825B4; }
span { border-color: rgb(40,37,180); }
td.TdClassName
{
border-color: #2825B4;
}
.TagClassName
{
border-color: #2825B4;
}
</style>