#321DFC

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

Shades of Han Purple #321DFC

Tints of Han Purple #321DFC

Color information

#321DFC (or 0x321DFC) is unknown color: approx Han Purple. HEX triplet: 32, 1D and FC. RGB value is (50,29,252). Sum of RGB (Red+Green+Blue) = 50+29+252=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #321DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DFC is #CDE203. Grayscale: #3B3B3B. Windows color (decimal): -13492740 or 16522546. OLE color: 16522546.

HSL color Cylindrical-coordinate representation of color #321DFC: hue angle of 245.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DFC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5029252-
CMYK0.800.8800.01
HSL245.65º97.38%55.1%-
HSV(B)245.65º88.49%98.82%-
XYZ19.338.5992.73-
YUV60.7235.96120.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 252 (98.83% from 255) = 76.13%
R=15.11%
G=8.76%
B=76.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50292520.800.8800.01245.6597.3855.1
Hex321DFC505801f66137
Octal62353741201300136614167
Binary11001011101111111001010000101100001111101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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