#2521B1

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

Shades of Persian Blue #2521B1

Tints of Persian Blue #2521B1

Color information

#2521B1 (or 0x2521B1) is unknown color: approx Persian Blue. HEX triplet: 25, 21 and B1. RGB value is (37,33,177). Sum of RGB (Red+Green+Blue) = 37+33+177=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #2521B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521B1 is #DADE4E. Grayscale: #323232. Windows color (decimal): -14343759 or 11608357. OLE color: 11608357.

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

Color convert

RGB3733177-
CMYK0.790.8100.31
HSL241.67º68.57%41.18%-
HSV(B)241.67º81.36%69.41%-
XYZ9.244.6642.01-
YUV50.61199.33118.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 177 (69.53% from 255) = 71.66%
R=14.98%
G=13.36%
B=71.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37331770.790.8100.31241.6768.5741.18
Hex2521B14F5101Ff24529
Octal454126111712103736210551
Binary1001011000011011000110011111010001011111111100101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2521B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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