Html Css Color HEX #320FDB Han Purple

📋 copy color: '#320FDB'

red 50 ◦ green 15 ◦ blue 219

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

Shades of Han Purple #320FDB

Tints of Han Purple #320FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 17.61%
G = 5.28%
B = 77.11%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#320FDB (or 0x320FDB) is known color: Han Purple. HEX triplet: 32, 0F and DB. RGB value is (50,15,219). Sum of RGB (Red+Green+Blue) = 50+15+219=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #320FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FDB is #CDF024. Grayscale: #2F2F2F. Windows color (decimal): -13496357 or 14356274. OLE color: 14356274.

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

Color convert

RGB 50 15 219 -
CMYK 0.77 0.93 0 0.14
HSL 250.29º 0.87% 0.46% -
HSV(B) 250.29º 0.93% 0.86% -
XYZ 14.27 6.13 67.45 -
YUV 48.72 224.1 128.91 -
System Red Green Blue C M Y K H S L
Decimal 50 15 219 0.77 0.93 0 0.14 250.29 0.87 0.46
Hex 32 F DB 4D 5D 0 E FA 57 2E
Octal 62 17 333 115 135 0 16 372 127 56
Binary 110010 1111 11011011 1001101 1011101 0 1110 11111010 1010111 101110

Color Harmonies of #320FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320FDB

Black with #320FDB

Text Example


Text Example

White with #320FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,15,219); }

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

background-color css

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

 a { background-color: rgb(50,15,219); }

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

border-color css

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

 span { border-color: rgb(50,15,219); }

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