#2825AD

Color #2825AD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2825AD

Tints of Persian Blue #2825AD

Color information

#2825AD (or 0x2825AD) is unknown color: approx Persian Blue. HEX triplet: 28, 25 and AD. RGB value is (40,37,173). Sum of RGB (Red+Green+Blue) = 40+37+173=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2825AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2825AD is #D7DA52. Grayscale: #343434. Windows color (decimal): -14146131 or 11347240. OLE color: 11347240.

HSL color Cylindrical-coordinate representation of color #2825AD: hue angle of 241.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2825AD is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4037173-
CMYK0.770.7900.32
HSL241.32º64.76%41.18%-
HSV(B)241.32º78.61%67.84%-
XYZ9.084.7939.98-
YUV53.4195.49118.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 173 (67.97% from 255) = 69.2%
R=16%
G=14.8%
B=69.2%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40371730.770.7900.32241.3264.7641.18
Hex2825AD4D4F020f14129
Octal504525511511704036110151
Binary10100010010110101101100110110011110100000111100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2825AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2825AD; }

 p { color: rgb(40,37,173); }

 H1.HeaderClassName
 {
   color: #2825AD;
 }
 .AnyTagClassName
 {
   color: #2825AD;
 }
</style>
background-color css

<style>
 a { background-color: #2825AD; }

 a { background-color: rgb(40,37,173); }

 div.DivClassName
 {
   background-color: #2825AD;
 }
 .BgClassName
 {
   background-color: #2825AD;
 }
</style>
border-color css

<style>
 span { border-color: #2825AD; }

 span { border-color: rgb(40,37,173); }

 td.TdClassName
 {
   border-color: #2825AD;
 }
 .TagClassName
 {
   border-color: #2825AD;
 }
</style>