#321DB0

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

Shades of Persian Blue #321DB0

Tints of Persian Blue #321DB0

Color information

#321DB0 (or 0x321DB0) is unknown color: approx Persian Blue. HEX triplet: 32, 1D and B0. RGB value is (50,29,176). Sum of RGB (Red+Green+Blue) = 50+29+176=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #321DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DB0 is #CDE24F. Grayscale: #333333. Windows color (decimal): -13492816 or 11541810. OLE color: 11541810.

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

Color convert

RGB5029176-
CMYK0.720.8400.31
HSL248.57º71.71%40.2%-
HSV(B)248.57º83.52%69.02%-
XYZ9.594.6941.47-
YUV52.04197.96126.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 29 (11.72% from 255) = 11.37%
BLUE value IS 176 (69.14% from 255) = 69.02%
R=19.61%
G=11.37%
B=69.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50291760.720.8400.31248.5771.7140.2
Hex321DB0485401Ff94828
Octal623526011012403737111050
Binary110010111011011000010010001010100011111111110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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