Html Css Color HEX #2520AB Persian Blue

📋 copy color: '#2520AB'

red 37 ◦ green 32 ◦ blue 171

#2520AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2520AB

Tints of Persian Blue #2520AB

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 value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2520AB (or 0x2520AB) is known color: 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

RGB 37 32 171 -
CMYK 0.78 0.81 0 0.33
HSL 242.16º 0.68% 0.4% -
HSV(B) 242.16º 0.81% 0.67% -
XYZ 8.63 4.37 38.92 -
YUV 49.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 37 32 171 0.78 0.81 0 0.33 242.16 0.68 0.4
Hex 25 20 AB 4E 51 0 21 F2 44 28
Octal 45 40 253 116 121 0 41 362 104 50
Binary 100101 100000 10101011 1001110 1010001 0 100001 11110010 1000100 101000

Color Harmonies of #2520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520AB

Black with #2520AB

Text Example


Text Example

White with #2520AB

Text Example


Text Example

HTML Codes & Css Web 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>