#2A25AD

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

Shades of Persian Blue #2A25AD

Tints of Persian Blue #2A25AD

Color information

#2A25AD (or 0x2A25AD) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and AD. RGB value is (42,37,173). Sum of RGB (Red+Green+Blue) = 42+37+173=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A25AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A25AD is #D5DA52. Grayscale: #353535. Windows color (decimal): -14015059 or 11347242. OLE color: 11347242.

HSL color Cylindrical-coordinate representation of color #2A25AD: hue angle of 242.21º 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 #2A25AD is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4237173-
CMYK0.760.7900.32
HSL242.21º64.76%41.18%-
HSV(B)242.21º78.61%67.84%-
XYZ9.164.8339.99-
YUV54195.16119.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=16.67%
G=14.68%
B=68.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42371730.760.7900.32242.2164.7641.18
Hex2A25AD4C4F020f24129
Octal524525511411704036210151
Binary10101010010110101101100110010011110100000111100101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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