Html Css Color HEX #321BEB Han Purple

📋 copy color: '#321BEB'

red 50 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #321BEB

Tints of Han Purple #321BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.32%

R = 16.03%
G = 8.65%
B = 75.32%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#321BEB (or 0x321BEB) is known color: Han Purple. HEX triplet: 32, 1B and EB. RGB value is (50,27,235). Sum of RGB (Red+Green+Blue) = 50+27+235=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #321BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BEB is #CDE414. Grayscale: #383838. Windows color (decimal): -13493269 or 15407922. OLE color: 15407922.

HSL color Cylindrical-coordinate representation of color #321BEB: hue angle of 246.63º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321BEB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 27 235 -
CMYK 0.79 0.89 0 0.08
HSL 246.63º 0.84% 0.51% -
HSV(B) 246.63º 0.89% 0.92% -
XYZ 16.7 7.46 79.16 -
YUV 57.59 228.12 122.59 -
System Red Green Blue C M Y K H S L
Decimal 50 27 235 0.79 0.89 0 0.08 246.63 0.84 0.51
Hex 32 1B EB 4F 59 0 8 F7 54 33
Octal 62 33 353 117 131 0 10 367 124 63
Binary 110010 11011 11101011 1001111 1011001 0 1000 11110111 1010100 110011

Color Harmonies of #321BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BEB

Black with #321BEB

Text Example


Text Example

White with #321BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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