Html Css Color HEX #321FDD Han Purple

📋 copy color: '#321FDD'

red 50 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #321FDD

Tints of Han Purple #321FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 16.56%
G = 10.26%
B = 73.18%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#321FDD (or 0x321FDD) is known color: Han Purple. HEX triplet: 32, 1F and DD. RGB value is (50,31,221). Sum of RGB (Red+Green+Blue) = 50+31+221=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #321FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FDD is #CDE022. Grayscale: #393939. Windows color (decimal): -13492259 or 14491442. OLE color: 14491442.

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

Color convert

RGB 50 31 221 -
CMYK 0.77 0.86 0 0.13
HSL 246º 0.75% 0.49% -
HSV(B) 246º 0.86% 0.87% -
XYZ 14.86 6.88 68.95 -
YUV 58.34 219.79 122.05 -
System Red Green Blue C M Y K H S L
Decimal 50 31 221 0.77 0.86 0 0.13 246 0.75 0.49
Hex 32 1F DD 4D 56 0 D F6 4B 31
Octal 62 37 335 115 126 0 15 366 113 61
Binary 110010 11111 11011101 1001101 1010110 0 1101 11110110 1001011 110001

Color Harmonies of #321FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FDD

Black with #321FDD

Text Example


Text Example

White with #321FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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