Html Css Color HEX #321BFA Han Purple

📋 copy color: '#321BFA'

red 50 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #321BFA

Tints of Han Purple #321BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.45%

R = 15.29%
G = 8.26%
B = 76.45%

CMYK

 C value IS 0.8

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#321BFA (or 0x321BFA) is known color: Han Purple. HEX triplet: 32, 1B and FA. RGB value is (50,27,250). Sum of RGB (Red+Green+Blue) = 50+27+250=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #321BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BFA is #CDE405. Grayscale: #3A3A3A. Windows color (decimal): -13493254 or 16390962. OLE color: 16390962.

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

Color convert

RGB 50 27 250 -
CMYK 0.8 0.89 0 0.02
HSL 246.19º 0.96% 0.54% -
HSV(B) 246.19º 0.89% 0.98% -
XYZ 18.96 8.36 91.06 -
YUV 59.3 235.62 121.37 -
System Red Green Blue C M Y K H S L
Decimal 50 27 250 0.8 0.89 0 0.02 246.19 0.96 0.54
Hex 32 1B FA 50 59 0 2 F6 60 36
Octal 62 33 372 120 131 0 2 366 140 66
Binary 110010 11011 11111010 1010000 1011001 0 10 11110110 1100000 110110

Color Harmonies of #321BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BFA

Black with #321BFA

Text Example


Text Example

White with #321BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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