Html Css Color HEX #321EF9 Han Purple

📋 copy color: '#321EF9'

red 50 ◦ green 30 ◦ blue 249

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

Shades of Han Purple #321EF9

Tints of Han Purple #321EF9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 249 (97.66% from 255) = 75.68%

R = 15.2%
G = 9.12%
B = 75.68%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#321EF9 (or 0x321EF9) is known color: Han Purple. HEX triplet: 32, 1E and F9. RGB value is (50,30,249). Sum of RGB (Red+Green+Blue) = 50+30+249=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #321EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EF9 is #CDE106. Grayscale: #3C3C3C. Windows color (decimal): -13492487 or 16326194. OLE color: 16326194.

HSL color Cylindrical-coordinate representation of color #321EF9: hue angle of 245.48º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EF9 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 30 249 -
CMYK 0.80 0.88 0 0.02
HSL 245.48º 0.95% 0.55% -
HSV(B) 245.48º 0.88% 0.98% -
XYZ 18.88 8.45 90.26 -
YUV 60.95 234.13 120.19 -
System Red Green Blue C M Y K H S L
Decimal 50 30 249 0.80 0.88 0 0.02 245.48 0.95 0.55
Hex 32 1E F9 50 58 0 2 F5 5F 37
Octal 62 36 371 120 130 0 2 365 137 67
Binary 110010 11110 11111001 1010000 1011000 0 10 11110101 1011111 110111

Color Harmonies of #321EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EF9

Black with #321EF9

Text Example


Text Example

White with #321EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,30,249); }

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

background-color css

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

 a { background-color: rgb(50,30,249); }

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

border-color css

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

 span { border-color: rgb(50,30,249); }

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