Html Css Color HEX #321ADD Han Purple

📋 copy color: '#321ADD'

red 50 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #321ADD

Tints of Han Purple #321ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 16.84%
G = 8.75%
B = 74.41%

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

#321ADD (or 0x321ADD) is known color: Han Purple. HEX triplet: 32, 1A and DD. RGB value is (50,26,221). Sum of RGB (Red+Green+Blue) = 50+26+221=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #321ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ADD is #CDE522. Grayscale: #363636. Windows color (decimal): -13493539 or 14490162. OLE color: 14490162.

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

Color convert

RGB 50 26 221 -
CMYK 0.77 0.88 0 0.13
HSL 247.38º 0.79% 0.48% -
HSV(B) 247.38º 0.88% 0.87% -
XYZ 14.74 6.64 68.91 -
YUV 55.41 221.45 124.14 -
System Red Green Blue C M Y K H S L
Decimal 50 26 221 0.77 0.88 0 0.13 247.38 0.79 0.48
Hex 32 1A DD 4D 58 0 D F7 4F 30
Octal 62 32 335 115 130 0 15 367 117 60
Binary 110010 11010 11011101 1001101 1011000 0 1101 11110111 1001111 110000

Color Harmonies of #321ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ADD

Black with #321ADD

Text Example


Text Example

White with #321ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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