Html Css Color HEX #320EFD Han Purple

📋 copy color: '#320EFD'

red 50 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #320EFD

Tints of Han Purple #320EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 253 (99.22% from 255) = 79.81%

R = 15.77%
G = 4.42%
B = 79.81%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#320EFD (or 0x320EFD) is known color: Han Purple. HEX triplet: 32, 0E and FD. RGB value is (50,14,253). Sum of RGB (Red+Green+Blue) = 50+14+253=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #320EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320EFD is #CDF102. Grayscale: #333333. Windows color (decimal): -13496579 or 16584242. OLE color: 16584242.

HSL color Cylindrical-coordinate representation of color #320EFD: hue angle of 249.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320EFD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 14 253 -
CMYK 0.80 0.94 0 0.01
HSL 249.04º 0.98% 0.52% -
HSV(B) 249.04º 0.94% 0.99% -
XYZ 19.2 8.08 93.48 -
YUV 52.01 241.43 126.57 -
System Red Green Blue C M Y K H S L
Decimal 50 14 253 0.80 0.94 0 0.01 249.04 0.98 0.52
Hex 32 E FD 50 5E 0 1 F9 62 34
Octal 62 16 375 120 136 0 1 371 142 64
Binary 110010 1110 11111101 1010000 1011110 0 1 11111001 1100010 110100

Color Harmonies of #320EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320EFD

Black with #320EFD

Text Example


Text Example

White with #320EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320EFD; }

 p { color: rgb(50,14,253); }

 H1.HeaderClassName
 {
   color: #320EFD;
 }
 .AnyTagClassName
 {
   color: #320EFD;
 }
</style>

background-color css

<style>
 a { background-color: #320EFD; }

 a { background-color: rgb(50,14,253); }

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

border-color css

<style>
 span { border-color: #320EFD; }

 span { border-color: rgb(50,14,253); }

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