Html Css Color HEX #321FDA Han Purple

📋 copy color: '#321FDA'

red 50 ◦ green 31 ◦ blue 218

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

Shades of Han Purple #321FDA

Tints of Han Purple #321FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.91%

R = 16.72%
G = 10.37%
B = 72.91%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#321FDA (or 0x321FDA) is known color: Han Purple. HEX triplet: 32, 1F and DA. RGB value is (50,31,218). Sum of RGB (Red+Green+Blue) = 50+31+218=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #321FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FDA is #CDE025. Grayscale: #393939. Windows color (decimal): -13492262 or 14294834. OLE color: 14294834.

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

Color convert

RGB 50 31 218 -
CMYK 0.77 0.86 0 0.15
HSL 246.1º 0.75% 0.49% -
HSV(B) 246.1º 0.86% 0.85% -
XYZ 14.46 6.72 66.86 -
YUV 58 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 50 31 218 0.77 0.86 0 0.15 246.1 0.75 0.49
Hex 32 1F DA 4D 56 0 F F6 4B 31
Octal 62 37 332 115 126 0 17 366 113 61
Binary 110010 11111 11011010 1001101 1010110 0 1111 11110110 1001011 110001

Color Harmonies of #321FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FDA

Black with #321FDA

Text Example


Text Example

White with #321FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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