Html Css Color HEX #321AE6 Han Purple

📋 copy color: '#321AE6'

red 50 ◦ green 26 ◦ blue 230

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

Shades of Han Purple #321AE6

Tints of Han Purple #321AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 75.16%

R = 16.34%
G = 8.5%
B = 75.16%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#321AE6 (or 0x321AE6) is known color: Han Purple. HEX triplet: 32, 1A and E6. RGB value is (50,26,230). Sum of RGB (Red+Green+Blue) = 50+26+230=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #321AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AE6 is #CDE519. Grayscale: #373737. Windows color (decimal): -13493530 or 15079986. OLE color: 15079986.

HSL color Cylindrical-coordinate representation of color #321AE6: hue angle of 247.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321AE6 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 26 230 -
CMYK 0.78 0.89 0 0.10
HSL 247.06º 0.8% 0.5% -
HSV(B) 247.06º 0.89% 0.9% -
XYZ 15.97 7.13 75.4 -
YUV 56.43 225.95 123.41 -
System Red Green Blue C M Y K H S L
Decimal 50 26 230 0.78 0.89 0 0.10 247.06 0.8 0.5
Hex 32 1A E6 4E 59 0 A F7 50 32
Octal 62 32 346 116 131 0 12 367 120 62
Binary 110010 11010 11100110 1001110 1011001 0 1010 11110111 1010000 110010

Color Harmonies of #321AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AE6

Black with #321AE6

Text Example


Text Example

White with #321AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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