Html Css Color HEX #321BEF Han Purple

📋 copy color: '#321BEF'

red 50 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #321BEF

Tints of Han Purple #321BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

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

R = 15.82%
G = 8.54%
B = 75.63%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#321BEF (or 0x321BEF) is known color: Han Purple. HEX triplet: 32, 1B and EF. RGB value is (50,27,239). Sum of RGB (Red+Green+Blue) = 50+27+239=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #321BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BEF is #CDE410. Grayscale: #393939. Windows color (decimal): -13493265 or 15670066. OLE color: 15670066.

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

Color convert

RGB 50 27 239 -
CMYK 0.79 0.89 0 0.06
HSL 246.51º 0.87% 0.52% -
HSV(B) 246.51º 0.89% 0.94% -
XYZ 17.29 7.69 82.24 -
YUV 58.05 230.12 122.26 -
System Red Green Blue C M Y K H S L
Decimal 50 27 239 0.79 0.89 0 0.06 246.51 0.87 0.52
Hex 32 1B EF 4F 59 0 6 F7 57 34
Octal 62 33 357 117 131 0 6 367 127 64
Binary 110010 11011 11101111 1001111 1011001 0 110 11110111 1010111 110100

Color Harmonies of #321BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BEF

Black with #321BEF

Text Example


Text Example

White with #321BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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