#2925AA

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

Shades of Persian Blue #2925AA

Tints of Persian Blue #2925AA

Color information

#2925AA (or 0x2925AA) is unknown color: approx Persian Blue. HEX triplet: 29, 25 and AA. RGB value is (41,37,170). Sum of RGB (Red+Green+Blue) = 41+37+170=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #2925AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2925AA is #D6DA55. Grayscale: #343434. Windows color (decimal): -14080598 or 11150633. OLE color: 11150633.

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

Color convert

RGB4137170-
CMYK0.760.7800.33
HSL241.8º64.25%40.59%-
HSV(B)241.8º78.24%66.67%-
XYZ8.834.738.47-
YUV53.36193.83119.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=16.53%
G=14.92%
B=68.55%

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
Decimal41371700.760.7800.33241.864.2540.59
Hex2925AA4C4E021f24029
Octal514525211411604136210051
Binary10100110010110101010100110010011100100001111100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2925AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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