Html Css Color HEX #321DD8 Han Purple

📋 copy color: '#321DD8'

red 50 ◦ green 29 ◦ blue 216

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

Shades of Han Purple #321DD8

Tints of Han Purple #321DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 73.22%

R = 16.95%
G = 9.83%
B = 73.22%

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

#321DD8 (or 0x321DD8) is known color: Han Purple. HEX triplet: 32, 1D and D8. RGB value is (50,29,216). Sum of RGB (Red+Green+Blue) = 50+29+216=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #321DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DD8 is #CDE227. Grayscale: #373737. Windows color (decimal): -13492776 or 14163250. OLE color: 14163250.

HSL color Cylindrical-coordinate representation of color #321DD8: hue angle of 246.74º 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 #321DD8 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 29 216 -
CMYK 0.77 0.87 0 0.15
HSL 246.74º 0.76% 0.48% -
HSV(B) 246.74º 0.87% 0.85% -
XYZ 14.15 6.51 65.48 -
YUV 56.6 217.96 123.29 -
System Red Green Blue C M Y K H S L
Decimal 50 29 216 0.77 0.87 0 0.15 246.74 0.76 0.48
Hex 32 1D D8 4D 57 0 F F7 4C 30
Octal 62 35 330 115 127 0 17 367 114 60
Binary 110010 11101 11011000 1001101 1010111 0 1111 11110111 1001100 110000

Color Harmonies of #321DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DD8

Black with #321DD8

Text Example


Text Example

White with #321DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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