Html Css Color HEX #2521AB Persian Blue

📋 copy color: '#2521AB'

red 37 ◦ green 33 ◦ blue 171

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

Shades of Persian Blue #2521AB

Tints of Persian Blue #2521AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 15.35%
G = 13.69%
B = 70.95%

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

#2521AB (or 0x2521AB) is known color: Persian Blue. HEX triplet: 25, 21 and AB. RGB value is (37,33,171). Sum of RGB (Red+Green+Blue) = 37+33+171=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #2521AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521AB is #DADE54. Grayscale: #313131. Windows color (decimal): -14343765 or 11215141. OLE color: 11215141.

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

Color convert

RGB 37 33 171 -
CMYK 0.78 0.81 0 0.33
HSL 241.74º 0.68% 0.4% -
HSV(B) 241.74º 0.81% 0.67% -
XYZ 8.66 4.42 38.93 -
YUV 49.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 37 33 171 0.78 0.81 0 0.33 241.74 0.68 0.4
Hex 25 21 AB 4E 51 0 21 F2 44 28
Octal 45 41 253 116 121 0 41 362 104 50
Binary 100101 100001 10101011 1001110 1010001 0 100001 11110010 1000100 101000

Color Harmonies of #2521AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2521AB

Black with #2521AB

Text Example


Text Example

White with #2521AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2521AB; }

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

 H1.HeaderClassName
 {
   color: #2521AB;
 }
 .AnyTagClassName
 {
   color: #2521AB;
 }
</style>

background-color css

<style>
 a { background-color: #2521AB; }

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

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

border-color css

<style>
 span { border-color: #2521AB; }

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

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