Html Css Color HEX #2520B1 Persian Blue

📋 copy color: '#2520B1'

red 37 ◦ green 32 ◦ blue 177

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

Shades of Persian Blue #2520B1

Tints of Persian Blue #2520B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 71.95%

R = 15.04%
G = 13.01%
B = 71.95%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2520B1 (or 0x2520B1) is known color: Persian Blue. HEX triplet: 25, 20 and B1. RGB value is (37,32,177). Sum of RGB (Red+Green+Blue) = 37+32+177=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #2520B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2520B1 is #DADF4E. Grayscale: #313131. Windows color (decimal): -14344015 or 11608101. OLE color: 11608101.

HSL color Cylindrical-coordinate representation of color #2520B1: hue angle of 242.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2520B1 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 32 177 -
CMYK 0.79 0.82 0 0.31
HSL 242.07º 0.69% 0.41% -
HSV(B) 242.07º 0.82% 0.69% -
XYZ 9.22 4.6 42 -
YUV 50.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 37 32 177 0.79 0.82 0 0.31 242.07 0.69 0.41
Hex 25 20 B1 4F 52 0 1F F2 45 29
Octal 45 40 261 117 122 0 37 362 105 51
Binary 100101 100000 10110001 1001111 1010010 0 11111 11110010 1000101 101001

Color Harmonies of #2520B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520B1

Black with #2520B1

Text Example


Text Example

White with #2520B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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