Html Css Color HEX #320BEF Han Purple

📋 copy color: '#320BEF'

red 50 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #320BEF

Tints of Han Purple #320BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.67%

 BLUE value IS 239 (93.75% from 255) = 79.67%

R = 16.67%
G = 3.67%
B = 79.67%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#320BEF (or 0x320BEF) is known color: Han Purple. HEX triplet: 32, 0B and EF. RGB value is (50,11,239). Sum of RGB (Red+Green+Blue) = 50+11+239=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #320BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BEF is #CDF410. Grayscale: #2F2F2F. Windows color (decimal): -13497361 or 15665970. OLE color: 15665970.

HSL color Cylindrical-coordinate representation of color #320BEF: hue angle of 250.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BEF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 11 239 -
CMYK 0.79 0.95 0 0.06
HSL 250.26º 0.91% 0.49% -
HSV(B) 250.26º 0.95% 0.94% -
XYZ 17.02 7.15 82.14 -
YUV 48.65 235.42 128.96 -
System Red Green Blue C M Y K H S L
Decimal 50 11 239 0.79 0.95 0 0.06 250.26 0.91 0.49
Hex 32 B EF 4F 5F 0 6 FA 5B 31
Octal 62 13 357 117 137 0 6 372 133 61
Binary 110010 1011 11101111 1001111 1011111 0 110 11111010 1011011 110001

Color Harmonies of #320BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320BEF

Black with #320BEF

Text Example


Text Example

White with #320BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,11,239); }

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

background-color css

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

 a { background-color: rgb(50,11,239); }

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

border-color css

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

 span { border-color: rgb(50,11,239); }

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