Html Css Color HEX #321BDA Han Purple

📋 copy color: '#321BDA'

red 50 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #321BDA

Tints of Han Purple #321BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.9%

R = 16.95%
G = 9.15%
B = 73.9%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#321BDA (or 0x321BDA) is known color: Han Purple. HEX triplet: 32, 1B and DA. RGB value is (50,27,218). Sum of RGB (Red+Green+Blue) = 50+27+218=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #321BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BDA is #CDE425. Grayscale: #363636. Windows color (decimal): -13493286 or 14293810. OLE color: 14293810.

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

Color convert

RGB 50 27 218 -
CMYK 0.77 0.88 0 0.15
HSL 247.23º 0.78% 0.48% -
HSV(B) 247.23º 0.88% 0.85% -
XYZ 14.36 6.52 66.83 -
YUV 55.65 219.62 123.97 -
System Red Green Blue C M Y K H S L
Decimal 50 27 218 0.77 0.88 0 0.15 247.23 0.78 0.48
Hex 32 1B DA 4D 58 0 F F7 4E 30
Octal 62 33 332 115 130 0 17 367 116 60
Binary 110010 11011 11011010 1001101 1011000 0 1111 11110111 1001110 110000

Color Harmonies of #321BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BDA

Black with #321BDA

Text Example


Text Example

White with #321BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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