#321DB2

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

Shades of Persian Blue #321DB2

Tints of Persian Blue #321DB2

Color information

#321DB2 (or 0x321DB2) is unknown color: approx Persian Blue. HEX triplet: 32, 1D and B2. RGB value is (50,29,178). Sum of RGB (Red+Green+Blue) = 50+29+178=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #321DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DB2 is #CDE24D. Grayscale: #333333. Windows color (decimal): -13492814 or 11672882. OLE color: 11672882.

HSL color Cylindrical-coordinate representation of color #321DB2: hue angle of 248.46º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321DB2 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5029178-
CMYK0.720.8400.30
HSL248.46º71.98%40.59%-
HSV(B)248.46º83.71%69.8%-
XYZ9.794.7742.52-
YUV52.26198.96126.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 178 (69.92% from 255) = 69.26%
R=19.46%
G=11.28%
B=69.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50291780.720.8400.30248.4671.9840.59
Hex321DB2485401Ef84829
Octal623526211012403637011051
Binary110010111011011001010010001010100011110111110001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321DB2; }

 p { color: rgb(50,29,178); }

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

<style>
 a { background-color: #321DB2; }

 a { background-color: rgb(50,29,178); }

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

<style>
 span { border-color: #321DB2; }

 span { border-color: rgb(50,29,178); }

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