Html Css Color HEX #321ADE Han Purple

📋 copy color: '#321ADE'

red 50 ◦ green 26 ◦ blue 222

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

Shades of Han Purple #321ADE

Tints of Han Purple #321ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 16.78%
G = 8.72%
B = 74.5%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#321ADE (or 0x321ADE) is known color: Han Purple. HEX triplet: 32, 1A and DE. RGB value is (50,26,222). Sum of RGB (Red+Green+Blue) = 50+26+222=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #321ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ADE is #CDE521. Grayscale: #363636. Windows color (decimal): -13493538 or 14555698. OLE color: 14555698.

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

Color convert

RGB 50 26 222 -
CMYK 0.77 0.88 0 0.13
HSL 247.35º 0.79% 0.49% -
HSV(B) 247.35º 0.88% 0.87% -
XYZ 14.87 6.69 69.61 -
YUV 55.52 221.95 124.06 -
System Red Green Blue C M Y K H S L
Decimal 50 26 222 0.77 0.88 0 0.13 247.35 0.79 0.49
Hex 32 1A DE 4D 58 0 D F7 4F 31
Octal 62 32 336 115 130 0 15 367 117 61
Binary 110010 11010 11011110 1001101 1011000 0 1101 11110111 1001111 110001

Color Harmonies of #321ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ADE

Black with #321ADE

Text Example


Text Example

White with #321ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,26,222); }

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

background-color css

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

 a { background-color: rgb(50,26,222); }

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

border-color css

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

 span { border-color: rgb(50,26,222); }

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