Html Css Color HEX #321BDE Han Purple

📋 copy color: '#321BDE'

red 50 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #321BDE

Tints of Han Purple #321BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 16.72%
G = 9.03%
B = 74.25%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#321BDE (or 0x321BDE) is known color: Han Purple. HEX triplet: 32, 1B and DE. RGB value is (50,27,222). Sum of RGB (Red+Green+Blue) = 50+27+222=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #321BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BDE is #CDE421. Grayscale: #373737. Windows color (decimal): -13493282 or 14555954. OLE color: 14555954.

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

Color convert

RGB 50 27 222 -
CMYK 0.77 0.88 0 0.13
HSL 247.08º 0.78% 0.49% -
HSV(B) 247.08º 0.88% 0.87% -
XYZ 14.89 6.74 69.62 -
YUV 56.11 221.62 123.64 -
System Red Green Blue C M Y K H S L
Decimal 50 27 222 0.77 0.88 0 0.13 247.08 0.78 0.49
Hex 32 1B DE 4D 58 0 D F7 4E 31
Octal 62 33 336 115 130 0 15 367 116 61
Binary 110010 11011 11011110 1001101 1011000 0 1101 11110111 1001110 110001

Color Harmonies of #321BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BDE

Black with #321BDE

Text Example


Text Example

White with #321BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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