#2825AC

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

Shades of Persian Blue #2825AC

Tints of Persian Blue #2825AC

Color information

#2825AC (or 0x2825AC) is unknown color: approx Persian Blue. HEX triplet: 28, 25 and AC. RGB value is (40,37,172). Sum of RGB (Red+Green+Blue) = 40+37+172=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #2825AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2825AC is #D7DA53. Grayscale: #343434. Windows color (decimal): -14146132 or 11281704. OLE color: 11281704.

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

Color convert

RGB4037172-
CMYK0.770.7800.33
HSL241.33º64.59%40.98%-
HSV(B)241.33º78.49%67.45%-
XYZ8.984.7539.47-
YUV53.29194.99118.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 172 (67.58% from 255) = 69.08%
R=16.06%
G=14.86%
B=69.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40371720.770.7800.33241.3364.5940.98
Hex2825AC4D4E021f14129
Octal504525411511604136110151
Binary10100010010110101100100110110011100100001111100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2825AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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