Html Css Color HEX #321CD9 Han Purple

📋 copy color: '#321CD9'

red 50 ◦ green 28 ◦ blue 217

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

Shades of Han Purple #321CD9

Tints of Han Purple #321CD9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 16.95%
G = 9.49%
B = 73.56%

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

#321CD9 (or 0x321CD9) is known color: Han Purple. HEX triplet: 32, 1C and D9. RGB value is (50,28,217). Sum of RGB (Red+Green+Blue) = 50+28+217=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #321CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CD9 is #CDE326. Grayscale: #373737. Windows color (decimal): -13493031 or 14228530. OLE color: 14228530.

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

Color convert

RGB 50 28 217 -
CMYK 0.77 0.87 0 0.15
HSL 246.98º 0.77% 0.48% -
HSV(B) 246.98º 0.87% 0.85% -
XYZ 14.26 6.52 66.15 -
YUV 56.12 218.79 123.63 -
System Red Green Blue C M Y K H S L
Decimal 50 28 217 0.77 0.87 0 0.15 246.98 0.77 0.48
Hex 32 1C D9 4D 57 0 F F7 4D 30
Octal 62 34 331 115 127 0 17 367 115 60
Binary 110010 11100 11011001 1001101 1010111 0 1111 11110111 1001101 110000

Color Harmonies of #321CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CD9

Black with #321CD9

Text Example


Text Example

White with #321CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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