Html Css Color HEX #2520AA Persian Blue

📋 copy color: '#2520AA'

red 37 ◦ green 32 ◦ blue 170

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

Shades of Persian Blue #2520AA

Tints of Persian Blue #2520AA

RGB

 RED value IS 37 (14.84% from 255) = 15.48%

 GREEN value IS 32 (12.89% from 255) = 13.39%

 BLUE value IS 170 (66.8% from 255) = 71.13%

R = 15.48%
G = 13.39%
B = 71.13%

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

#2520AA (or 0x2520AA) is known color: Persian Blue. HEX triplet: 25, 20 and AA. RGB value is (37,32,170). Sum of RGB (Red+Green+Blue) = 37+32+170=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #2520AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2520AA is #DADF55. Grayscale: #303030. Windows color (decimal): -14344022 or 11149349. OLE color: 11149349.

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

Color convert

RGB 37 32 170 -
CMYK 0.78 0.81 0 0.33
HSL 242.17º 0.68% 0.4% -
HSV(B) 242.17º 0.81% 0.67% -
XYZ 8.54 4.33 38.42 -
YUV 49.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 37 32 170 0.78 0.81 0 0.33 242.17 0.68 0.4
Hex 25 20 AA 4E 51 0 21 F2 44 28
Octal 45 40 252 116 121 0 41 362 104 50
Binary 100101 100000 10101010 1001110 1010001 0 100001 11110010 1000100 101000

Color Harmonies of #2520AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520AA

Black with #2520AA

Text Example


Text Example

White with #2520AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2520AA;
 }
 .AnyTagClassName
 {
   color: #2520AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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