Html Css Color HEX #321FFB Han Purple

📋 copy color: '#321FFB'

red 50 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #321FFB

Tints of Han Purple #321FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.34%

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

R = 15.06%
G = 9.34%
B = 75.6%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#321FFB (or 0x321FFB) is known color: Han Purple. HEX triplet: 32, 1F and FB. RGB value is (50,31,251). Sum of RGB (Red+Green+Blue) = 50+31+251=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #321FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321FFB is #CDE004. Grayscale: #3C3C3C. Windows color (decimal): -13492229 or 16457522. OLE color: 16457522.

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

Color convert

RGB 50 31 251 -
CMYK 0.80 0.88 0 0.02
HSL 245.18º 0.96% 0.55% -
HSV(B) 245.18º 0.88% 0.98% -
XYZ 19.22 8.62 91.92 -
YUV 61.76 234.79 119.61 -
System Red Green Blue C M Y K H S L
Decimal 50 31 251 0.80 0.88 0 0.02 245.18 0.96 0.55
Hex 32 1F FB 50 58 0 2 F5 60 37
Octal 62 37 373 120 130 0 2 365 140 67
Binary 110010 11111 11111011 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #321FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FFB

Black with #321FFB

Text Example


Text Example

White with #321FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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