Html Css Color HEX #321CFA Han Purple

📋 copy color: '#321CFA'

red 50 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #321CFA

Tints of Han Purple #321CFA

RGB

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

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

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

R = 15.24%
G = 8.54%
B = 76.22%

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

#321CFA (or 0x321CFA) is known color: Han Purple. HEX triplet: 32, 1C and FA. RGB value is (50,28,250). Sum of RGB (Red+Green+Blue) = 50+28+250=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #321CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CFA is #CDE305. Grayscale: #3B3B3B. Windows color (decimal): -13492998 or 16391218. OLE color: 16391218.

HSL color Cylindrical-coordinate representation of color #321CFA: hue angle of 245.95º degrees, saturation: 0.96, 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 #321CFA is Cyan = 0.8, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 28 250 -
CMYK 0.8 0.89 0 0.02
HSL 245.95º 0.96% 0.55% -
HSV(B) 245.95º 0.89% 0.98% -
XYZ 18.99 8.41 91.07 -
YUV 59.89 235.29 120.95 -
System Red Green Blue C M Y K H S L
Decimal 50 28 250 0.8 0.89 0 0.02 245.95 0.96 0.55
Hex 32 1C FA 50 59 0 2 F6 60 37
Octal 62 34 372 120 131 0 2 366 140 67
Binary 110010 11100 11111010 1010000 1011001 0 10 11110110 1100000 110111

Color Harmonies of #321CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CFA

Black with #321CFA

Text Example


Text Example

White with #321CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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