Html Css Color HEX #321CFB Han Purple

📋 copy color: '#321CFB'

red 50 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #321CFB

Tints of Han Purple #321CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 251 (98.44% from 255) = 76.29%

R = 15.2%
G = 8.51%
B = 76.29%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#321CFB (or 0x321CFB) is known color: Han Purple. HEX triplet: 32, 1C and FB. RGB value is (50,28,251). Sum of RGB (Red+Green+Blue) = 50+28+251=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #321CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CFB is #CDE304. Grayscale: #3B3B3B. Windows color (decimal): -13492997 or 16456754. OLE color: 16456754.

HSL color Cylindrical-coordinate representation of color #321CFB: hue angle of 245.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321CFB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 28 251 -
CMYK 0.80 0.89 0 0.02
HSL 245.92º 0.97% 0.55% -
HSV(B) 245.92º 0.89% 0.98% -
XYZ 19.14 8.47 91.89 -
YUV 60 235.79 120.87 -
System Red Green Blue C M Y K H S L
Decimal 50 28 251 0.80 0.89 0 0.02 245.92 0.97 0.55
Hex 32 1C FB 50 59 0 2 F6 61 37
Octal 62 34 373 120 131 0 2 366 141 67
Binary 110010 11100 11111011 1010000 1011001 0 10 11110110 1100001 110111

Color Harmonies of #321CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CFB

Black with #321CFB

Text Example


Text Example

White with #321CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,251); }

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

background-color css

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

 a { background-color: rgb(50,28,251); }

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

border-color css

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

 span { border-color: rgb(50,28,251); }

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