Html Css Color HEX #321EFA Han Purple

📋 copy color: '#321EFA'

red 50 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #321EFA

Tints of Han Purple #321EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 15.15%
G = 9.09%
B = 75.76%

CMYK

 C value IS 0.8

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#321EFA (or 0x321EFA) is known color: Han Purple. HEX triplet: 32, 1E and FA. RGB value is (50,30,250). Sum of RGB (Red+Green+Blue) = 50+30+250=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #321EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EFA is #CDE105. Grayscale: #3C3C3C. Windows color (decimal): -13492486 or 16391730. OLE color: 16391730.

HSL color Cylindrical-coordinate representation of color #321EFA: hue angle of 245.45º degrees, saturation: 0.96, 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 #321EFA is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 30 250 -
CMYK 0.8 0.88 0 0.02
HSL 245.45º 0.96% 0.55% -
HSV(B) 245.45º 0.88% 0.98% -
XYZ 19.03 8.51 91.08 -
YUV 61.06 234.63 120.11 -
System Red Green Blue C M Y K H S L
Decimal 50 30 250 0.8 0.88 0 0.02 245.45 0.96 0.55
Hex 32 1E FA 50 58 0 2 F5 60 37
Octal 62 36 372 120 130 0 2 365 140 67
Binary 110010 11110 11111010 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #321EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EFA

Black with #321EFA

Text Example


Text Example

White with #321EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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