Html Css Color HEX #321FDF Han Purple

📋 copy color: '#321FDF'

red 50 ◦ green 31 ◦ blue 223

#321FDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #321FDF

Tints of Han Purple #321FDF

RGB

 RED value IS 50 (19.92% from 255) = 16.45%

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 16.45%
G = 10.2%
B = 73.36%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#321FDF (or 0x321FDF) is known color: Han Purple. HEX triplet: 32, 1F and DF. RGB value is (50,31,223). Sum of RGB (Red+Green+Blue) = 50+31+223=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #321FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FDF is #CDE020. Grayscale: #393939. Windows color (decimal): -13492257 or 14622514. OLE color: 14622514.

HSL color Cylindrical-coordinate representation of color #321FDF: hue angle of 245.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321FDF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 31 223 -
CMYK 0.78 0.86 0 0.13
HSL 245.94º 0.76% 0.5% -
HSV(B) 245.94º 0.86% 0.87% -
XYZ 15.12 6.99 70.36 -
YUV 58.57 220.79 121.89 -
System Red Green Blue C M Y K H S L
Decimal 50 31 223 0.78 0.86 0 0.13 245.94 0.76 0.5
Hex 32 1F DF 4E 56 0 D F6 4C 32
Octal 62 37 337 116 126 0 15 366 114 62
Binary 110010 11111 11011111 1001110 1010110 0 1101 11110110 1001100 110010

Color Harmonies of #321FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FDF

Black with #321FDF

Text Example


Text Example

White with #321FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,31,223); }

 H1.HeaderClassName
 {
   color: #321FDF;
 }
 .AnyTagClassName
 {
   color: #321FDF;
 }
</style>

background-color css

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

 a { background-color: rgb(50,31,223); }

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

border-color css

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

 span { border-color: rgb(50,31,223); }

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