Html Css Color HEX #320EDD Han Purple

📋 copy color: '#320EDD'

red 50 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #320EDD

Tints of Han Purple #320EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 17.54%
G = 4.91%
B = 77.54%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#320EDD (or 0x320EDD) is known color: Han Purple. HEX triplet: 32, 0E and DD. RGB value is (50,14,221). Sum of RGB (Red+Green+Blue) = 50+14+221=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #320EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320EDD is #CDF122. Grayscale: #2F2F2F. Windows color (decimal): -13496611 or 14487090. OLE color: 14487090.

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

Color convert

RGB 50 14 221 -
CMYK 0.77 0.94 0 0.13
HSL 250.43º 0.88% 0.46% -
HSV(B) 250.43º 0.94% 0.87% -
XYZ 14.52 6.21 68.84 -
YUV 48.36 225.43 129.17 -
System Red Green Blue C M Y K H S L
Decimal 50 14 221 0.77 0.94 0 0.13 250.43 0.88 0.46
Hex 32 E DD 4D 5E 0 D FA 58 2E
Octal 62 16 335 115 136 0 15 372 130 56
Binary 110010 1110 11011101 1001101 1011110 0 1101 11111010 1011000 101110

Color Harmonies of #320EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320EDD

Black with #320EDD

Text Example


Text Example

White with #320EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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