#321CB6

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

Shades of Persian Blue #321CB6

Tints of Persian Blue #321CB6

Color information

#321CB6 (or 0x321CB6) is unknown color: approx Persian Blue. HEX triplet: 32, 1C and B6. RGB value is (50,28,182). Sum of RGB (Red+Green+Blue) = 50+28+182=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #321CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CB6 is #CDE349. Grayscale: #333333. Windows color (decimal): -13493066 or 11934770. OLE color: 11934770.

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

Color convert

RGB5028182-
CMYK0.730.8500.29
HSL248.57º73.33%41.18%-
HSV(B)248.57º84.62%71.37%-
XYZ10.174.8944.66-
YUV52.13201.29126.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 182 (71.48% from 255) = 70%
R=19.23%
G=10.77%
B=70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50281820.730.8500.29248.5773.3341.18
Hex321CB6495501Df94929
Octal623426611112503537111151
Binary110010111001011011010010011010101011101111110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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