#321DB6

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

Shades of Persian Blue #321DB6

Tints of Persian Blue #321DB6

Color information

#321DB6 (or 0x321DB6) is unknown color: approx Persian Blue. HEX triplet: 32, 1D and B6. RGB value is (50,29,182). Sum of RGB (Red+Green+Blue) = 50+29+182=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #321DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DB6 is #CDE249. Grayscale: #343434. Windows color (decimal): -13492810 or 11935026. OLE color: 11935026.

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

Color convert

RGB5029182-
CMYK0.730.8400.29
HSL248.24º72.51%41.37%-
HSV(B)248.24º84.07%71.37%-
XYZ10.24.9344.67-
YUV52.72200.96126.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 182 (71.48% from 255) = 69.73%
R=19.16%
G=11.11%
B=69.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50291820.730.8400.29248.2472.5141.37
Hex321DB6495401Df84929
Octal623526611112403537011151
Binary110010111011011011010010011010100011101111110001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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