#2520ab

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

Shades of Persian Blue #2520AB

Tints of Persian Blue #2520AB

Color information

#2520AB (or 0x2520AB) is unknown color: approx Persian Blue. HEX triplet: 25, 20 and AB. RGB value is (37,32,171). Sum of RGB (Red+Green+Blue) = 37+32+171=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #2520AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2520AB is #DADF54. Grayscale: #303030. Windows color (decimal): -14344021 or 11214885. OLE color: 11214885.

HSL color Cylindrical-coordinate representation of color #2520AB: hue angle of 242.16º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2520AB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3732171-
CMYK0.780.8100.33
HSL242.16º68.47%39.8%-
HSV(B)242.16º81.29%67.06%-
XYZ8.634.3738.92-
YUV49.34196.66119.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=15.42%
G=13.33%
B=71.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37321710.780.8100.33242.1668.4739.8
Hex2520AB4E51021f24428
Octal454025311612104136210450
Binary10010110000010101011100111010100010100001111100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2520ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2520ab; }

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

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

<style>
 a { background-color: #2520ab; }

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

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

<style>
 span { border-color: #2520ab; }

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

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