#2A25AA

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

Shades of Persian Blue #2A25AA

Tints of Persian Blue #2A25AA

Color information

#2A25AA (or 0x2A25AA) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and AA. RGB value is (42,37,170). Sum of RGB (Red+Green+Blue) = 42+37+170=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A25AA is #D5DA55. Grayscale: #353535. Windows color (decimal): -14015062 or 11150634. OLE color: 11150634.

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

Color convert

RGB4237170-
CMYK0.750.7800.33
HSL242.26º64.25%40.59%-
HSV(B)242.26º78.24%66.67%-
XYZ8.874.7238.47-
YUV53.66193.66119.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=16.87%
G=14.86%
B=68.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42371700.750.7800.33242.2664.2540.59
Hex2A25AA4B4E021f24029
Octal524525211311604136210051
Binary10101010010110101010100101110011100100001111100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A25AA; }

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

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

<style>
 a { background-color: #2A25AA; }

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

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

<style>
 span { border-color: #2A25AA; }

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

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