#2925AC

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

Shades of Persian Blue #2925AC

Tints of Persian Blue #2925AC

Color information

#2925AC (or 0x2925AC) is unknown color: approx Persian Blue. HEX triplet: 29, 25 and AC. RGB value is (41,37,172). Sum of RGB (Red+Green+Blue) = 41+37+172=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #2925AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2925AC is #D6DA53. Grayscale: #353535. Windows color (decimal): -14080596 or 11281705. OLE color: 11281705.

HSL color Cylindrical-coordinate representation of color #2925AC: hue angle of 241.78º 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 #2925AC is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4137172-
CMYK0.760.7800.33
HSL241.78º64.59%40.98%-
HSV(B)241.78º78.49%67.45%-
XYZ9.024.7739.48-
YUV53.59194.83119.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 172 (67.58% from 255) = 68.8%
R=16.4%
G=14.8%
B=68.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41371720.760.7800.33241.7864.5940.98
Hex2925AC4C4E021f24129
Octal514525411411604136210151
Binary10100110010110101100100110010011100100001111100101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2925AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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