#2A25AB

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

Shades of Persian Blue #2A25AB

Tints of Persian Blue #2A25AB

Color information

#2A25AB (or 0x2A25AB) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and AB. RGB value is (42,37,171). Sum of RGB (Red+Green+Blue) = 42+37+171=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A25AB is #D5DA54. Grayscale: #353535. Windows color (decimal): -14015061 or 11216170. OLE color: 11216170.

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

Color convert

RGB4237171-
CMYK0.750.7800.33
HSL242.24º64.42%40.78%-
HSV(B)242.24º78.36%67.06%-
XYZ8.974.7638.97-
YUV53.77194.16119.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=16.8%
G=14.8%
B=68.4%

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
Decimal42371710.750.7800.33242.2464.4240.78
Hex2A25AB4B4E021f24029
Octal524525311311604136210051
Binary10101010010110101011100101110011100100001111100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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