Html Css Color HEX #321DD9 Han Purple

📋 copy color: '#321DD9'

red 50 ◦ green 29 ◦ blue 217

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

Shades of Han Purple #321DD9

Tints of Han Purple #321DD9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 217 (85.16% from 255) = 73.31%

R = 16.89%
G = 9.8%
B = 73.31%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#321DD9 (or 0x321DD9) is known color: Han Purple. HEX triplet: 32, 1D and D9. RGB value is (50,29,217). Sum of RGB (Red+Green+Blue) = 50+29+217=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 217 (85.16% from 255 or 73.31% from 296); Max value from RGB is 217 - color contains mainly: blue. Hex color #321DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DD9 is #CDE226. Grayscale: #373737. Windows color (decimal): -13492775 or 14228786. OLE color: 14228786.

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

Color convert

RGB 50 29 217 -
CMYK 0.77 0.87 0 0.15
HSL 246.7º 0.76% 0.48% -
HSV(B) 246.7º 0.87% 0.85% -
XYZ 14.28 6.57 66.16 -
YUV 56.71 218.46 123.21 -
System Red Green Blue C M Y K H S L
Decimal 50 29 217 0.77 0.87 0 0.15 246.7 0.76 0.48
Hex 32 1D D9 4D 57 0 F F7 4C 30
Octal 62 35 331 115 127 0 17 367 114 60
Binary 110010 11101 11011001 1001101 1010111 0 1111 11110111 1001100 110000

Color Harmonies of #321DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DD9

Black with #321DD9

Text Example


Text Example

White with #321DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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