Html Css Color HEX #321BD7 Han Purple

📋 copy color: '#321BD7'

red 50 ◦ green 27 ◦ blue 215

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

Shades of Han Purple #321BD7

Tints of Han Purple #321BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 73.63%

R = 17.12%
G = 9.25%
B = 73.63%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#321BD7 (or 0x321BD7) is known color: Han Purple. HEX triplet: 32, 1B and D7. RGB value is (50,27,215). Sum of RGB (Red+Green+Blue) = 50+27+215=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 215 (84.38% from 255 or 73.63% from 292); Max value from RGB is 215 - color contains mainly: blue. Hex color #321BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BD7 is #CDE428. Grayscale: #363636. Windows color (decimal): -13493289 or 14097202. OLE color: 14097202.

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

Color convert

RGB 50 27 215 -
CMYK 0.77 0.87 0 0.16
HSL 247.34º 0.78% 0.47% -
HSV(B) 247.34º 0.87% 0.84% -
XYZ 13.97 6.37 64.78 -
YUV 55.31 218.12 124.21 -
System Red Green Blue C M Y K H S L
Decimal 50 27 215 0.77 0.87 0 0.16 247.34 0.78 0.47
Hex 32 1B D7 4D 57 0 10 F7 4E 2F
Octal 62 33 327 115 127 0 20 367 116 57
Binary 110010 11011 11010111 1001101 1010111 0 10000 11110111 1001110 101111

Color Harmonies of #321BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BD7

Black with #321BD7

Text Example


Text Example

White with #321BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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