#321CF3

Color #321CF3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #321CF3

Tints of Han Purple #321CF3

Color information

#321CF3 (or 0x321CF3) is unknown color: approx Han Purple. HEX triplet: 32, 1C and F3. RGB value is (50,28,243). Sum of RGB (Red+Green+Blue) = 50+28+243=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #321CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CF3 is #CDE30C. Grayscale: #3A3A3A. Windows color (decimal): -13493005 or 15932466. OLE color: 15932466.

HSL color Cylindrical-coordinate representation of color #321CF3: hue angle of 246.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321CF3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5028243-
CMYK0.790.8800.05
HSL246.14º89.96%53.14%-
HSV(B)246.14º88.48%95.29%-
XYZ17.917.9885.39-
YUV59.09231.79121.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 243 (95.31% from 255) = 75.70%
R=15.58%
G=8.72%
B=75.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50282430.790.8800.05246.1489.9653.14
Hex321CF34F5805f65a35
Octal62343631171300536613265
Binary1100101110011110011100111110110000101111101101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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