#321AB6

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

Shades of Persian Blue #321AB6

Tints of Persian Blue #321AB6

Color information

#321AB6 (or 0x321AB6) is unknown color: approx Persian Blue. HEX triplet: 32, 1A and B6. RGB value is (50,26,182). Sum of RGB (Red+Green+Blue) = 50+26+182=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #321AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AB6 is #CDE549. Grayscale: #323232. Windows color (decimal): -13493578 or 11934258. OLE color: 11934258.

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

Color convert

RGB5026182-
CMYK0.730.8600.29
HSL249.23º75%40.78%-
HSV(B)249.23º85.71%71.37%-
XYZ10.134.7944.65-
YUV50.96201.95127.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 182 (71.48% from 255) = 70.54%
R=19.38%
G=10.08%
B=70.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50261820.730.8600.29249.237540.78
Hex321AB6495601Df94b29
Octal623226611112603537111351
Binary110010110101011011010010011010110011101111110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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