Html Css Color HEX #321BDD Han Purple

📋 copy color: '#321BDD'

red 50 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #321BDD

Tints of Han Purple #321BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 16.78%
G = 9.06%
B = 74.16%

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

#321BDD (or 0x321BDD) is known color: Han Purple. HEX triplet: 32, 1B and DD. RGB value is (50,27,221). Sum of RGB (Red+Green+Blue) = 50+27+221=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #321BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BDD is #CDE422. Grayscale: #373737. Windows color (decimal): -13493283 or 14490418. OLE color: 14490418.

HSL color Cylindrical-coordinate representation of color #321BDD: hue angle of 247.11º 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 #321BDD is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 27 221 -
CMYK 0.77 0.88 0 0.13
HSL 247.11º 0.78% 0.49% -
HSV(B) 247.11º 0.88% 0.87% -
XYZ 14.76 6.68 68.92 -
YUV 55.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 50 27 221 0.77 0.88 0 0.13 247.11 0.78 0.49
Hex 32 1B DD 4D 58 0 D F7 4E 31
Octal 62 33 335 115 130 0 15 367 116 61
Binary 110010 11011 11011101 1001101 1011000 0 1101 11110111 1001110 110001

Color Harmonies of #321BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BDD

Black with #321BDD

Text Example


Text Example

White with #321BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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