#3231A4

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

Shades of Persian Blue #3231A4

Tints of Persian Blue #3231A4

Color information

#3231A4 (or 0x3231A4) is unknown color: approx Persian Blue. HEX triplet: 32, 31 and A4. RGB value is (50,49,164). Sum of RGB (Red+Green+Blue) = 50+49+164=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #3231A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3231A4 is #CDCE5B. Grayscale: #3D3D3D. Windows color (decimal): -13487708 or 10760498. OLE color: 10760498.

HSL color Cylindrical-coordinate representation of color #3231A4: hue angle of 240.52º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3231A4 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5049164-
CMYK0.700.7000.36
HSL240.52º53.99%41.76%-
HSV(B)240.52º70.12%64.31%-
XYZ9.115.5635.71-
YUV62.41185.33119.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 164 (64.45% from 255) = 62.36%
R=19.01%
G=18.63%
B=62.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50491640.700.7000.36240.5253.9941.76
Hex3231A44646024f1362a
Octal62612441061060443616652
Binary1100101100011010010010001101000110010010011110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3231A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3231A4; }

 p { color: rgb(50,49,164); }

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

<style>
 a { background-color: #3231A4; }

 a { background-color: rgb(50,49,164); }

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

<style>
 span { border-color: #3231A4; }

 span { border-color: rgb(50,49,164); }

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